mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -844,6 +844,11 @@ public:
|
||||
|
||||
void JustSummoned(Creature* summon) override
|
||||
{
|
||||
if (summon->GetEntry() == NPC_HIGHLORD_TIRION_FORDRING_LK)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
switch (summon->GetEntry())
|
||||
{
|
||||
case NPC_SHAMBLING_HORROR:
|
||||
@@ -3126,11 +3131,6 @@ public:
|
||||
if (!summoner)
|
||||
return;
|
||||
|
||||
if (summoner->GetTypeId() != TYPEID_UNIT)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (Creature* lichKing = ObjectAccessor::GetCreature(*me, _instance->GetGuidData(DATA_THE_LICH_KING)))
|
||||
{
|
||||
me->SetWalk(false);
|
||||
|
||||
Reference in New Issue
Block a user