diff options
author | Killyana <morphone1@gmail.com> | 2019-04-08 17:05:35 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-08 17:05:35 +0200 |
commit | d9d6264f3f476f78c29cc4e17b05255931c3d2a8 (patch) | |
tree | 633cc85c64329082a3c91df0800487c3c32e6a94 /sql | |
parent | 0adfda655178d5e6a2162461a9239972d65a2d35 (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
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_08_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_08_00_world.sql b/sql/updates/world/3.3.5/2019_04_08_00_world.sql new file mode 100644 index 00000000000..0198231bcf3 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |