From ecc95a8690b19b88a0b89bdb97239d7be86512a6 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 13 May 2011 22:44:01 +0200 Subject: Core/CreatureTextMgr: Converted chat types to use values found in sniff, without any need for conversions --- sql/updates/world/2011_05_13_06_world_creature_text.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2011_05_13_06_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_13_06_world_creature_text.sql b/sql/updates/world/2011_05_13_06_world_creature_text.sql new file mode 100644 index 00000000000..6a8eca79ade --- /dev/null +++ b/sql/updates/world/2011_05_13_06_world_creature_text.sql @@ -0,0 +1,7 @@ +-- Update creature_text to use proper text values +UPDATE `creature_text` SET `type`=12 WHERE `type`=0; +UPDATE `creature_text` SET `type`=14 WHERE `type`=1; +UPDATE `creature_text` SET `type`=16 WHERE `type`=2; +UPDATE `creature_text` SET `type`=41 WHERE `type`=3; +UPDATE `creature_text` SET `type`=15 WHERE `type`=4; +UPDATE `creature_text` SET `type`=42 WHERE `type`=5; -- cgit v1.2.3