1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-01 22:07:45 +00:00
This commit is contained in:
Dantestyle 2018-07-09 20:27:24 +02:00
parent d71450ccfa
commit f61cc56ff8
3 changed files with 13 additions and 13 deletions

View file

@ -70,7 +70,7 @@ class ClsArc000 : public EventScript
void onMobKill( Entity::Player& player, uint64_t npcId )
{
if( npcId != Enemy0 || Enemy1 || Enemy2 )
if( npcId != Enemy0 || npcId != Enemy1 || npcId != Enemy2 )
return;
auto currentKC37 = player.getQuestUI8AL( getId() ) + 1;

View file

@ -147,7 +147,7 @@ class ClsArc001 : public EventScript
void onMobKill( Entity::Player& player, uint64_t npcId )
{
if( npcId != Enemy0 || Enemy1 )
if( npcId != Enemy0 || npcId != Enemy1 )
return;
auto currentKC5 = player.getQuestUI8AL( getId() ) + 1;

View file

@ -161,7 +161,7 @@ class ClsArc002 : public EventScript
void onMobKill( Entity::Player& player, uint64_t npcId )
{
if( npcId != Enemy0 || Enemy1 )
if( npcId != Enemy0 || npcId != Enemy1 )
return;
auto currentKC39 = player.getQuestUI8AL( getId() ) + 1;