mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
[Core/Script] Gundrak, fix spawn Eck only in heroic mode
This commit is contained in:
@@ -180,7 +180,8 @@ class instance_gundrak : public InstanceMapScript
|
|||||||
case DATA_ECK_THE_FEROCIOUS_INIT:
|
case DATA_ECK_THE_FEROCIOUS_INIT:
|
||||||
{
|
{
|
||||||
Position pos = {1624.70f, 891.43f, 95.08f, 1.2f};
|
Position pos = {1624.70f, 891.43f, 95.08f, 1.2f};
|
||||||
instance->SummonCreature(NPC_ECK_THE_FEROCIOUS, pos);
|
if (instance->IsHeroic())
|
||||||
|
instance->SummonCreature(NPC_ECK_THE_FEROCIOUS, pos);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user