diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-11-27 00:51:23 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-11-27 00:51:23 +0000 |
| commit | 007fed581d6ab647309522f6ab3ad8a3c7da0017 (patch) | |
| tree | 363d658956ce7df93052d1d26c59fcb41abcb44f /sql | |
| parent | e6b120032db3c669c8539cc6da3a838da6691d19 (diff) | |
Core/Unit: Update `creature_template` table and SMSG_CREATURE_QUERY_RESPONSE
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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`; |
