diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-06-27 21:03:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 21:03:29 +0200 |
| commit | 365e2f191efa5576c0045a9ebdffe63e1ea3bac7 (patch) | |
| tree | 91f7ea7197eefa210d0533a29b1c22497016fd91 /sql | |
| parent | cb524a06b74cc98de0a3ff27ae2eb7aaf9fd7424 (diff) | |
Script/ZulGurub: rewrite High Priest Thekal's encounter script (#23429)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_27_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_27_03_world.sql b/sql/updates/world/3.3.5/2019_06_27_03_world.sql new file mode 100644 index 00000000000..61d250858d0 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_27_03_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `creature_text` WHERE `CreatureID` IN (14509, 11347, 11348) AND `GroupId`=2; +DELETE FROM `creature_text` WHERE `CreatureID`=14509 AND `GroupId`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14509, 2, 0, "%s dies.", 16, 0, 100, 0, 0, 0, 12195, 0, "High Priest Thekal"), +(14509, 3, 0, "%s goes into a frenzy!", 16, 0, 100, 0, 0, 0, 1191, 0, "High Priest Thekal"), +(11347, 2, 0, "%s dies.", 16, 0, 100, 0, 0, 0, 10453, 0, "Zealoth Lor'khan"), +(11348, 2, 0, "%s dies.", 16, 0, 100, 0, 0, 0, 12195, 0, "Zealot Zath"); |
