fix(Core/Instance): Grauf is spawned in the floor (#6776)
- Closes #6742
This commit is contained in:
parent
2f1be74d5b
commit
06027e3267
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue