aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-03-26 00:10:03 +0100
committerGitHub <noreply@github.com>2017-03-26 00:10:03 +0100
commite4492dd0bdda6e9f778993c24889c8aea10f79ab (patch)
tree9290d64e2de668aaa8069f42145f4b2412e9ab87
parent01aaafb0834d22ff41d7d9904e59d82a4a7f5381 (diff)
DB/Creature: Fix Guardian of Icecrown creature_text typo
By TecDian Closes #19226
-rw-r--r--sql/updates/world/3.3.5/2017_03_26_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_26_00_world.sql b/sql/updates/world/3.3.5/2017_03_26_00_world.sql
new file mode 100644
index 00000000000..b9a1a69315f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_03_26_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `text`= "%s flees after seeing Kel'Thuzad fall!" WHERE `entry`= 16441 AND `groupid`= 0;