aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-08-01 16:14:35 +0200
committerShauren <shauren.trinity@gmail.com>2016-08-01 16:14:35 +0200
commitc74a1fcad07f9083233f92ba35c352593eb0eb3e (patch)
tree4b6afac41ee57a57fe1cf2c677c9567ca746c6c5 /sql
parentd3d204a18d5c5b281fca842b26a0b19398b60a14 (diff)
Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_08_01_05_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_01_05_world.sql b/sql/updates/world/6.x/2016_08_01_05_world.sql
new file mode 100644
index 00000000000..b4f9c144e00
--- /dev/null
+++ b/sql/updates/world/6.x/2016_08_01_05_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `gameobject_template` CHANGE `unkInt32` `RequiredLevel` int(10) NOT NULL DEFAULT '0';