From 183d7f5da949208740b55894ed5e36cd3eee83cc Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 8 Sep 2014 00:18:10 +0200 Subject: SQL: Renamed file to follow standards --- sql/updates/world/2014_09_04_01_creature_text.sql | 4 ---- sql/updates/world/2014_09_04_01_world_creature_text.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/2014_09_04_01_creature_text.sql create mode 100644 sql/updates/world/2014_09_04_01_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2014_09_04_01_creature_text.sql b/sql/updates/world/2014_09_04_01_creature_text.sql deleted file mode 100644 index c2f2f6c7242..00000000000 --- a/sql/updates/world/2014_09_04_01_creature_text.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `creature_text` WHERE `entry`=30215; -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES -(30215, 1, 0, 'Sons of Hodir! I humbly present to you....', 42, 0, 100, 0, 0, 0, 30906, 'Player - Read Pronouncement'), -(30215, 2, 0, 'The Helm of Hodir!', 42, 0, 100, 0, 0, 0, 30907, 'Player - Read Pronouncement'); diff --git a/sql/updates/world/2014_09_04_01_world_creature_text.sql b/sql/updates/world/2014_09_04_01_world_creature_text.sql new file mode 100644 index 00000000000..c2f2f6c7242 --- /dev/null +++ b/sql/updates/world/2014_09_04_01_world_creature_text.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_text` WHERE `entry`=30215; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES +(30215, 1, 0, 'Sons of Hodir! I humbly present to you....', 42, 0, 100, 0, 0, 0, 30906, 'Player - Read Pronouncement'), +(30215, 2, 0, 'The Helm of Hodir!', 42, 0, 100, 0, 0, 0, 30907, 'Player - Read Pronouncement'); -- cgit v1.2.3