mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +00:00
Fix incorrect msg IDs for event log messages
This commit is contained in:
parent
f4d8f3c2b1
commit
9a9bb86083
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ public:
|
|||
{
|
||||
eobj.setState( 1 );
|
||||
instance.setCustomVar( ObtainedKey, true );
|
||||
instance.sendEventLogMessage( player, instance, 2031, { 34432 } );
|
||||
instance.sendEventLogMessage( player, instance, 2031, { 2000512 } );
|
||||
},
|
||||
nullptr, getId() );
|
||||
}
|
||||
|
@ -226,7 +226,7 @@ public:
|
|||
{
|
||||
eobj.setState( 1 );
|
||||
instance.setVar( 0, Seq4 );
|
||||
instance.sendEventLogMessage( player, instance, 2031, { 34433 } );
|
||||
instance.sendEventLogMessage( player, instance, 2031, { 2000513 } );
|
||||
denn = instance.createBNpcFromInstanceId( 3978771, 1000, Common::BNpcType::Enemy );
|
||||
},
|
||||
nullptr, getId() );
|
||||
|
|
Loading…
Add table
Reference in a new issue