From 007fed581d6ab647309522f6ab3ad8a3c7da0017 Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 27 Nov 2011 00:51:23 +0000 Subject: Core/Unit: Update `creature_template` table and SMSG_CREATURE_QUERY_RESPONSE --- sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql b/sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql new file mode 100644 index 00000000000..b887038b908 --- /dev/null +++ b/sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql @@ -0,0 +1,2 @@ +ALTER TABLE `creature_template` ADD `exp_unk` SMALLINT(2) NOT NULL DEFAULT '0' AFTER `exp`; +ALTER TABLE `creature_template` ADD `type_flags2` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `type_flags`; -- cgit v1.2.3