diff options
-rw-r--r-- | sql/updates/world/2015_07_19_27_world.sql | 4 | ||||
-rw-r--r-- | sql/updates/world/2015_07_19_29_world.sql | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/2015_07_19_27_world.sql b/sql/updates/world/2015_07_19_27_world.sql index 8ec32a12803..efe4fa2ba6e 100644 --- a/sql/updates/world/2015_07_19_27_world.sql +++ b/sql/updates/world/2015_07_19_27_world.sql @@ -1,3 +1,3 @@ ALTER TABLE `npc_vendor` - ADD COLUMN `PlayerConditionID` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `type`, - ADD COLUMN `IgnoreFiltering` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `PlayerConditionID`; + ADD COLUMN `PlayerConditionID` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `type`, + ADD COLUMN `IgnoreFiltering` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `PlayerConditionID`; diff --git a/sql/updates/world/2015_07_19_29_world.sql b/sql/updates/world/2015_07_19_29_world.sql index e0dec6f091a..45c3234e200 100644 --- a/sql/updates/world/2015_07_19_29_world.sql +++ b/sql/updates/world/2015_07_19_29_world.sql @@ -1,2 +1,2 @@ ALTER TABLE `npc_vendor` - CHANGE COLUMN `PlayerConditionID` `PlayerConditionID` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `type`; + CHANGE COLUMN `PlayerConditionID` `PlayerConditionID` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `type`; |