1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00
This commit is contained in:
Dantestyle 2018-05-02 03:04:32 +02:00
parent ac1ef25114
commit 51be03dc52

View file

@ -57,7 +57,7 @@ class SubFst039 : public EventScript
}
}
void onMobKill_160( Entity::Player& player, uint64_t npcId )
void onMobKill( Entity::Player& player, uint64_t npcId )
{
if ( npcId != Enemy0 )
return;