diff options
-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); |