mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(Core/Instance): Grauf is spawned in the floor (#6776)
- Closes #6742
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user