From b872565fb6841efccc0fd0374c380c3ad4104278 Mon Sep 17 00:00:00 2001 From: Kittnz Date: Thu, 18 Feb 2016 20:13:21 +0100 Subject: Apparently it's already 18/02.. --- sql/updates/world/2016_02_17_03_world.sql | 7 ------- sql/updates/world/2016_02_18_00_world.sql | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sql/updates/world/2016_02_17_03_world.sql create mode 100644 sql/updates/world/2016_02_18_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_17_03_world.sql b/sql/updates/world/2016_02_17_03_world.sql deleted file mode 100644 index c20196ddc80..00000000000 --- a/sql/updates/world/2016_02_17_03_world.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Add missing creature text for Mr. Smite in Deadmines. -DELETE FROM creature_text WHERE entry=646; -INSERT INTO creature_text (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(646, 0, 0, 'You there, check out that noise!', 14, 0, 100, 0, 0, 5775, 1148, 2, 'smite SAY_ALARM1'), -(646, 1, 0, 'We\'re under attack! Avast, ye swabs! Repel the invaders!', 14, 0, 100, 0, 0, 5777, 1149, 2, 'smite SAY_ALARM2'), -(646, 2, 0, 'You landlubbers are tougher than I thought, I\'ll have to Improvise!', 12, 0, 100, 0, 0, 5778, 1344, 0, 'smite SAY_PHASE_1'), -(646, 3, 0, 'D\'ah! Now you\'re making me angry!', 12, 0, 100, 0, 0, 5779, 1345, 0, 'smite SAY_PHASE_2'); diff --git a/sql/updates/world/2016_02_18_00_world.sql b/sql/updates/world/2016_02_18_00_world.sql new file mode 100644 index 00000000000..c20196ddc80 --- /dev/null +++ b/sql/updates/world/2016_02_18_00_world.sql @@ -0,0 +1,7 @@ +-- Add missing creature text for Mr. Smite in Deadmines. +DELETE FROM creature_text WHERE entry=646; +INSERT INTO creature_text (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(646, 0, 0, 'You there, check out that noise!', 14, 0, 100, 0, 0, 5775, 1148, 2, 'smite SAY_ALARM1'), +(646, 1, 0, 'We\'re under attack! Avast, ye swabs! Repel the invaders!', 14, 0, 100, 0, 0, 5777, 1149, 2, 'smite SAY_ALARM2'), +(646, 2, 0, 'You landlubbers are tougher than I thought, I\'ll have to Improvise!', 12, 0, 100, 0, 0, 5778, 1344, 0, 'smite SAY_PHASE_1'), +(646, 3, 0, 'D\'ah! Now you\'re making me angry!', 12, 0, 100, 0, 0, 5779, 1345, 0, 'smite SAY_PHASE_2'); -- cgit v1.2.3