diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-10-30 20:07:24 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-10-30 20:07:24 +0100 |
commit | 83bf418213a5f566e93cd251d907f48ae3f84487 (patch) | |
tree | 0b6c840ff5680d6315e88013972a3ddfb69d47a6 | |
parent | 785f0bf5c0dc945af9da494559955ac69e5a7198 (diff) |
Fixed typo in previous commit
-rw-r--r-- | sql/updates/world/2014_10_30_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`; |