From f1c48bb7160a432933dc0306820ebd9fbc9d8261 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 10 Oct 2015 11:49:49 +0200 Subject: Rename sql --- sql/updates/world/2015_09_18_00_world.sql | 9 --------- sql/updates/world/2015_10_10_00_world.sql | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 sql/updates/world/2015_09_18_00_world.sql create mode 100644 sql/updates/world/2015_10_10_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_09_18_00_world.sql b/sql/updates/world/2015_09_18_00_world.sql deleted file mode 100644 index c26303006b7..00000000000 --- a/sql/updates/world/2015_09_18_00_world.sql +++ /dev/null @@ -1,9 +0,0 @@ --- -UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15954 AND `groupid`=2; - -DELETE FROM `creature_text` WHERE `entry`=15954 AND `groupid` in (4,5,6,7); -INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES -(15954,4,0,"%s summons forth Skeletal Warriors!",41,100,32974,3,"Noth EMOTE_SUMMON"), -(15954,5,0,"%s raises more skeletons!",41,100,32977,3,"Noth EMOTE_SUMMON_WAVE"), -(15954,6,0,"%s teleports to the balcony above!",41,100,32331,3,"Noth EMOTE_TELEPORT_1"), -(15954,7,0,"%s teleports back into the battle!",41,100,32976,3,"Noth EMOTE_TELEPORT_2"); diff --git a/sql/updates/world/2015_10_10_00_world.sql b/sql/updates/world/2015_10_10_00_world.sql new file mode 100644 index 00000000000..c26303006b7 --- /dev/null +++ b/sql/updates/world/2015_10_10_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15954 AND `groupid`=2; + +DELETE FROM `creature_text` WHERE `entry`=15954 AND `groupid` in (4,5,6,7); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15954,4,0,"%s summons forth Skeletal Warriors!",41,100,32974,3,"Noth EMOTE_SUMMON"), +(15954,5,0,"%s raises more skeletons!",41,100,32977,3,"Noth EMOTE_SUMMON_WAVE"), +(15954,6,0,"%s teleports to the balcony above!",41,100,32331,3,"Noth EMOTE_TELEPORT_1"), +(15954,7,0,"%s teleports back into the battle!",41,100,32976,3,"Noth EMOTE_TELEPORT_2"); -- cgit v1.2.3