1
Fork 0
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:
Rushi 2022-02-16 09:44:30 +01:00
parent f4d8f3c2b1
commit 9a9bb86083

View file

@ -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() );