fix(Core/Instance): Grauf is spawned in the floor (#6776)
- Closes #6742
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
|||||||
{
|
{
|
||||||
events.Reset();
|
events.Reset();
|
||||||
summons.DespawnAll();
|
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();
|
GraufGUID = cr->GetGUID();
|
||||||
summons.Summon(cr);
|
summons.Summon(cr);
|
||||||
|
|||||||
Reference in New Issue
Block a user