mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +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 );
|
eobj.setState( 1 );
|
||||||
instance.setCustomVar( ObtainedKey, true );
|
instance.setCustomVar( ObtainedKey, true );
|
||||||
instance.sendEventLogMessage( player, instance, 2031, { 34432 } );
|
instance.sendEventLogMessage( player, instance, 2031, { 2000512 } );
|
||||||
},
|
},
|
||||||
nullptr, getId() );
|
nullptr, getId() );
|
||||||
}
|
}
|
||||||
|
@ -226,7 +226,7 @@ public:
|
||||||
{
|
{
|
||||||
eobj.setState( 1 );
|
eobj.setState( 1 );
|
||||||
instance.setVar( 0, Seq4 );
|
instance.setVar( 0, Seq4 );
|
||||||
instance.sendEventLogMessage( player, instance, 2031, { 34433 } );
|
instance.sendEventLogMessage( player, instance, 2031, { 2000513 } );
|
||||||
denn = instance.createBNpcFromInstanceId( 3978771, 1000, Common::BNpcType::Enemy );
|
denn = instance.createBNpcFromInstanceId( 3978771, 1000, Common::BNpcType::Enemy );
|
||||||
},
|
},
|
||||||
nullptr, getId() );
|
nullptr, getId() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue