aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-06 19:13:32 +0200
committerKillyana <morphone1@gmail.com>2017-09-06 19:13:32 +0200
commit731b1d21209066a853f9d9cabb6286d1ccba143d (patch)
treefc94183edd8fdf4e96a66577b5864fc577b07834
parent63f050ea966b096c90cf56ddb6a6a75710428f14 (diff)
DB/Creature text: Cerellean Whiteclaw Fix incorrect text type
Closes #20255
-rw-r--r--sql/updates/world/3.3.5/2017_09_06_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_06_04_world.sql b/sql/updates/world/3.3.5/2017_09_06_04_world.sql
new file mode 100644
index 00000000000..77ce2a0adb2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_09_06_04_world.sql
@@ -0,0 +1,3 @@
+-- Cerellean Whiteclaw
+UPDATE `creature_text` SET `Type`=12 WHERE `CreatureID`=3644 AND `GroupID`=1;
+UPDATE `creature_text` SET `Type`=12 WHERE `CreatureID`=3644 AND `GroupID`=2;