From 1498b2f4a31c5f14a447169b0cdbdb32017b7cff Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 26 Nov 2016 19:23:50 +0000 Subject: [PATCH] DB/Text: Temporal Parasite Add missing emote text --- sql/updates/world/3.3.5/2016_12_26_08_world335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_12_26_08_world335.sql 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);