From 8ddf289e2fa3c3de71f0e58bc117a4585b8eaada Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 21 Jun 2014 08:27:34 +0200 Subject: DB/Creature: Fix Kroshius text By Rushor, closes #11801 --- sql/updates/world/2014_06_20_01_world_spell_dbc.sql | 4 ++++ 1 file changed, 4 insertions(+) create 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_spell_dbc.sql b/sql/updates/world/2014_06_20_01_world_spell_dbc.sql new file mode 100644 index 00000000000..5f11bd036db --- /dev/null +++ b/sql/updates/world/2014_06_20_01_world_spell_dbc.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'); -- cgit v1.2.3