aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/2684_gameobject.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.6/2684_gameobject.sql')
-rw-r--r--sql/updates/0.6/2684_gameobject.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/0.6/2684_gameobject.sql b/sql/updates/0.6/2684_gameobject.sql
new file mode 100644
index 00000000000..e5ce705d550
--- /dev/null
+++ b/sql/updates/0.6/2684_gameobject.sql
@@ -0,0 +1,4 @@
+alter table gameobject
+ add column
+ `dynflags` int(11) unsigned NOT NULL default '0';
+ \ No newline at end of file