aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-05 18:58:58 -0600
committermegamage <none@none>2009-03-05 18:58:58 -0600
commitb7363a72fe1ea9372fbe45e9b4d1b6b2c6710f62 (patch)
treea3a88b4c125af7f26d6602397a58d72f3456f627 /sql/updates
parentbb75a8a21ad3224f95d8710b8b06c4494dd2091d (diff)
[7382] Add 2 unknown field to `creature_template` sent in SMSG_CREATURE_QUERY_RESPONSE to client Author: NoFantasy
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1688_mangos_7382_01_creature_template.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1688_mangos_7382_01_creature_template.sql b/sql/updates/1688_mangos_7382_01_creature_template.sql
new file mode 100644
index 00000000000..9616f20a7d3
--- /dev/null
+++ b/sql/updates/1688_mangos_7382_01_creature_template.sql
@@ -0,0 +1,5 @@
+ALTER TABLE db_version CHANGE COLUMN required_7376_01_mangos_spell_area required_7382_01_mangos_creature_template bit;
+
+ALTER TABLE creature_template
+ ADD COLUMN unk16 float NOT NULL default '1' AFTER InhabitType,
+ ADD COLUMN unk17 float NOT NULL default '1' AFTER unk16;