Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Scripts: Fixed despawn of aysa in chamber of whispers
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Nov 28, 2023
1 parent d188fcf commit 27dfc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/scripts/Pandaria/zone_wandering_island.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class npc_aysa_chamber_of_whispers : public CreatureScript
{
player->KilledMonsterCredit(55666);
}
me->DespawnOrUnsummon();
break;
}
}
Expand Down

0 comments on commit 27dfc4d

Please sign in to comment.