Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel

This commit is contained in:
Shauren
2016-08-01 16:14:35 +02:00
parent d3d204a18d
commit c74a1fcad0
6 changed files with 8 additions and 7 deletions
@@ -0,0 +1 @@
ALTER TABLE `gameobject_template` CHANGE `unkInt32` `RequiredLevel` int(10) NOT NULL DEFAULT '0';