From 13f849aea8f8b2aab3bb638b39ef32b2a5c61f76 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 3 Jul 2014 08:32:14 +0200 Subject: Rename 2014_06_20_01_world_spell_dbc.sql to 2014_06_20_01_world_creature_text.sql --- sql/updates/world/2014_06_20_01_world_creature_text.sql | 4 ++++ sql/updates/world/2014_06_20_01_world_spell_dbc.sql | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 sql/updates/world/2014_06_20_01_world_creature_text.sql delete mode 100644 sql/updates/world/2014_06_20_01_world_spell_dbc.sql (limited to 'sql') diff --git a/sql/updates/world/2014_06_20_01_world_creature_text.sql b/sql/updates/world/2014_06_20_01_world_creature_text.sql new file mode 100644 index 00000000000..5f11bd036db --- /dev/null +++ b/sql/updates/world/2014_06_20_01_world_creature_text.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE `entry`=14467; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(14467, 0, 0, 'Kroshius live? Kroshius crush!', 14, 0, 100, 0, 0, 0, 'Kroshius'); diff --git a/sql/updates/world/2014_06_20_01_world_spell_dbc.sql b/sql/updates/world/2014_06_20_01_world_spell_dbc.sql deleted file mode 100644 index 5f11bd036db..00000000000 --- a/sql/updates/world/2014_06_20_01_world_spell_dbc.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `creature_text` WHERE `entry`=14467; -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES -(14467, 0, 0, 'Kroshius live? Kroshius crush!', 14, 0, 100, 0, 0, 0, 'Kroshius'); -- cgit v1.2.3