From 64ab572fec9e01d5b686db6f51eef136fed92655 Mon Sep 17 00:00:00 2001 From: Carbenium Date: Sun, 19 Jul 2015 17:57:23 +0200 Subject: DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor --- sql/updates/world/2015_07_19_27_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_07_19_27_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_07_19_27_world.sql b/sql/updates/world/2015_07_19_27_world.sql new file mode 100644 index 00000000000..6d87d81e21d --- /dev/null +++ b/sql/updates/world/2015_07_19_27_world.sql @@ -0,0 +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`; \ No newline at end of file -- cgit v1.2.3