diff options
| author | kaelima <kaelima@live.se> | 2012-08-30 04:52:35 +0200 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2012-08-30 04:52:56 +0200 |
| commit | bdfae838985a62471fa8aa5fe6d8c08e66a66260 (patch) | |
| tree | d75847c0a29ce79aaebeea98865e584db5d6c399 /sql | |
| parent | e909e5515ba03a2c8df2bc7d4d84ff295e91107d (diff) | |
Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrest
- Added more flags to UnitFlags2 enum (Thanks wpp)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_30_00_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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`; |
