aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/4.x/2011_11_26_08_world_creature_template.sql2
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`;