aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-08 17:05:35 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-26 22:54:11 +0100
commit9d878c6a24456a3b817fbea91ca0d4d11a202179 (patch)
treef9d6191b87802d6f670c42acc211edbe968e1148
parente650402a5e6d27dbe1bcaa088f7ce529cc7e9403 (diff)
DB/Creature: Nefarian's Troops text
Used when the last egg on Razorgore the Untamed encounter is destroyed and the control from the orbs ends, all adds must run to the entrance of the room and despawns Thanks to offl for the information (cherry picked from commit d9d6264f3f476f78c29cc4e17b05255931c3d2a8)
-rw-r--r--sql/updates/world/master/2021_11_26_20_world_2019_04_08_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_20_world_2019_04_08_00_world.sql b/sql/updates/world/master/2021_11_26_20_world_2019_04_08_00_world.sql
new file mode 100644
index 00000000000..0198231bcf3
--- /dev/null
+++ b/sql/updates/world/master/2021_11_26_20_world_2019_04_08_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature_text` WHERE `CreatureID` = 14459;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES
+(14459, 0, 0, '%s flee as the controlling power of the orb is drained.', 16, 0, 100, 0, 0, 0, 'Nefarian''s Troops ', 9592);