aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-10-30 20:02:42 +0100
committerShauren <shauren.trinity@gmail.com>2014-10-30 20:02:42 +0100
commit785f0bf5c0dc945af9da494559955ac69e5a7198 (patch)
tree976fe868323bf4a5a0378ec8f6fe671836a4f42a /sql
parent6881fd6146285258e5f8476e9cbc8f124d61b15e (diff)
Core/GameObjects: Updated GameObjectTemplate data structure
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_10_29_00_world.sql (renamed from sql/updates/world/2014_10_29_00_world.sql.txt)0
-rw-r--r--sql/updates/world/2014_10_30_01_world.sql1
2 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_29_00_world.sql.txt b/sql/updates/world/2014_10_29_00_world.sql
index 17a5769f634..17a5769f634 100644
--- a/sql/updates/world/2014_10_29_00_world.sql.txt
+++ b/sql/updates/world/2014_10_29_00_world.sql
diff --git a/sql/updates/world/2014_10_30_01_world.sql b/sql/updates/world/2014_10_30_01_world.sql
new file mode 100644
index 00000000000..c4ecef65269
--- /dev/null
+++ b/sql/updates/world/2014_10_30_01_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `gameobject_template` ADD `data31` int(10) not null default '0' AFTER `data31`;