From c74a1fcad07f9083233f92ba35c352593eb0eb3e Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 1 Aug 2016 16:14:35 +0200 Subject: Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel --- sql/updates/world/6.x/2016_08_01_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/6.x/2016_08_01_05_world.sql (limited to 'sql') 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'; -- cgit v1.2.3