aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/79_characters.sql
diff options
context:
space:
mode:
authorKingPin <none@none>2008-10-19 21:08:34 -0500
committerKingPin <none@none>2008-10-19 21:08:34 -0500
commitfcde03a03670caa76b0933dbf3e7a1e95bb2b3be (patch)
treed71f1892493c6d9b12aca88a1ceca9c0fc9c981b /sql/updates/79_characters.sql
parent0cb3a7951811140c2619353c0e3c3b4dd727a63c (diff)
[svn] * Fixed compile from r78
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP --HG-- branch : trunk
Diffstat (limited to 'sql/updates/79_characters.sql')
-rw-r--r--sql/updates/79_characters.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/79_characters.sql b/sql/updates/79_characters.sql
new file mode 100644
index 00000000000..d2f29d734d6
--- /dev/null
+++ b/sql/updates/79_characters.sql
@@ -0,0 +1,2 @@
+ALTER TABLE characters
+ CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; \ No newline at end of file