DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor

This commit is contained in:
Carbenium
2015-07-19 17:57:23 +02:00
parent 48cb64de16
commit 64ab572fec

View File

@@ -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`;