mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor
This commit is contained in:
3
sql/updates/world/2015_07_19_27_world.sql
Normal file
3
sql/updates/world/2015_07_19_27_world.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user