From bdfae838985a62471fa8aa5fe6d8c08e66a66260 Mon Sep 17 00:00:00 2001 From: kaelima Date: Thu, 30 Aug 2012 04:52:35 +0200 Subject: Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrest - Added more flags to UnitFlags2 enum (Thanks wpp) --- sql/updates/world/2012_08_30_00_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_08_30_00_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_08_30_00_world_creature_template.sql b/sql/updates/world/2012_08_30_00_world_creature_template.sql new file mode 100644 index 00000000000..27c1c1dedd4 --- /dev/null +++ b/sql/updates/world/2012_08_30_00_world_creature_template.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_template` ADD `unit_flags2` int(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `unit_flags`; -- cgit v1.2.3