From 83bf418213a5f566e93cd251d907f48ae3f84487 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 30 Oct 2014 20:07:24 +0100 Subject: Fixed typo in previous commit --- sql/updates/world/2014_10_30_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/2014_10_30_01_world.sql b/sql/updates/world/2014_10_30_01_world.sql index c4ecef65269..bb39a4aad58 100644 --- a/sql/updates/world/2014_10_30_01_world.sql +++ b/sql/updates/world/2014_10_30_01_world.sql @@ -1 +1 @@ -ALTER TABLE `gameobject_template` ADD `data31` int(10) not null default '0' AFTER `data31`; +ALTER TABLE `gameobject_template` ADD `data32` int(10) not null default '0' AFTER `data31`; -- cgit v1.2.3