aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-21 08:27:34 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-21 08:27:34 +0200
commit8ddf289e2fa3c3de71f0e58bc117a4585b8eaada (patch)
tree77637e1cb67d09fda56c70608a4276a3399caa66
parent1c848d15e84c61d1229a6b776cc4191e2ab3b787 (diff)
DB/Creature: Fix Kroshius text
By Rushor, closes #11801
-rw-r--r--sql/updates/world/2014_06_20_01_world_spell_dbc.sql4
1 files changed, 4 insertions, 0 deletions
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');