aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-11 11:41:48 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-11 11:41:48 +0100
commit892ed562df403336e69dccaa6d1a5fb17c23c904 (patch)
tree398414af9d31ba10b8bec59f77b235143f7368da
parent5c5f3d5376a53e3cfbccbb2f6a5501e0ddc3ce6e (diff)
Add missed sql for 5c5f3d5376a53e3cfbccbb2f6a5501e0ddc3ce6e
-rw-r--r--sql/updates/world/master/2021_11_11_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_01_world.sql b/sql/updates/world/master/2021_11_11_01_world.sql
new file mode 100644
index 00000000000..f5758a80496
--- /dev/null
+++ b/sql/updates/world/master/2021_11_11_01_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `gameobject_template` ADD `Data34` int(11) NOT NULL DEFAULT '0' AFTER `Data33`;