DB/Creature: Zaetar's Spirit

(cherry picked from commit 44a265685e)
This commit is contained in:
offl
2021-11-02 03:29:40 +02:00
committed by Shauren
parent 6d36a4f77a
commit 08d8843e1a
2 changed files with 9 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ public:
void JustDied(Unit* /*killer*/) override
{
me->SummonCreature(12238, 28.067f, 61.875f, -123.405f, 4.67f, TEMPSUMMON_TIMED_DESPAWN, 10min);
me->SummonCreature(12238, 28.1887f, 62.3964f, -123.161f, 4.31096f, TEMPSUMMON_TIMED_DESPAWN, 10min);
}
void UpdateAI(uint32 diff) override