fix(Scripts/DireMaul): Rewrite Isalien fight (#9377)

This commit is contained in:
Nefertumm
2021-12-03 05:17:12 -08:00
committed by GitHub
parent 6438bade3d
commit 9cc6a9aef2
5 changed files with 165 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637968467142598700');
DELETE FROM `creature_text` WHERE `CreatureID` = 16097;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16097, 0, 0, 'My torture is ended and now I can join the Goddess. Thank you so very much!', 14, 0, 100, 0, 0, 0, 11860, 0, 'Isalien - ON DEATH');
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'boss_isalien' WHERE `entry` = 16097;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 16097 AND `source_type` = 0;