mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-30 05:07:46 +00:00
typo
This commit is contained in:
parent
ac1ef25114
commit
51be03dc52
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
if ( npcId != Enemy0 )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue