mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 02:53:48 +00:00
fix(Scripts/Karazhan): Make Chess door non interactable (#17349)
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
--
|
||||||
|
UPDATE `gameobject_template_addon` SET `faction` = 1375, `flags` = 32 WHERE (`entry` = 184277);
|
||||||
@@ -240,6 +240,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case DONE:
|
||||||
|
HandleGameObject(m_uiGamesmansExitDoor, true);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
DoRemoveAurasDueToSpellOnPlayers(SPELL_GAME_IN_SESSION);
|
DoRemoveAurasDueToSpellOnPlayers(SPELL_GAME_IN_SESSION);
|
||||||
|
|||||||
Reference in New Issue
Block a user