feat(Core/Scripting): implement OnlyOnceAreaTrigger & Zul'Gurub's in… (#8850)

Co-authored-by: Treeston <treeston.mmoc@gmail.com>
This commit is contained in:
Skjalf
2021-11-03 19:43:03 -03:00
committed by GitHub
parent cde621f9eb
commit b2ce49135e
9 changed files with 96 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635649346761519900');
DELETE FROM `areatrigger_scripts` WHERE `entry` = 3957;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(3957, 'at_zulgurub_entrance_speech');
UPDATE `creature_text` SET `TextRange` = 3 WHERE `CreatureID` = 14834 AND `GroupID` = 3 AND `ID` = 0;