fix(Core/Instance): Grauf is spawned in the floor (#6776)

- Closes #6742
This commit is contained in:
Zenslash
2021-07-08 23:12:22 +03:00
committed by GitHub
parent 2f1be74d5b
commit 06027e3267

View File

@@ -120,7 +120,7 @@ public:
{
events.Reset();
summons.DespawnAll();
if (Creature* cr = me->SummonCreature(NPC_GRAUF, 341.741f, -516.955f, 104.669f, 3.12414f))
if (Creature* cr = me->SummonCreature(NPC_GRAUF, 341.741f, -516.955f, 116.669f, 3.12414f))
{
GraufGUID = cr->GetGUID();
summons.Summon(cr);