diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-11-26 19:23:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 19:23:50 +0000 |
commit | 1498b2f4a31c5f14a447169b0cdbdb32017b7cff (patch) | |
tree | 45cdcb0b9fe3b7b5b8bc93acd1a7b436e9d1346f | |
parent | ef31955f831cf11239f13db4477be9d297cedbfc (diff) |
DB/Text: Temporal Parasite
Add missing emote text
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_26_08_world335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_26_08_world335.sql b/sql/updates/world/3.3.5/2016_12_26_08_world335.sql new file mode 100644 index 00000000000..e97774cdab8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_26_08_world335.sql @@ -0,0 +1,2 @@ +DELETE FROM `creature_text` WHERE `entry`=10717; +INSERT INTO `creature_text` (`entry`,`text`,`type`,`language`,`probability`,`BroadcastTextId`) VALUES (10717,'%s is summoned through a temporal rift!',16,0,100,6033); |