aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_07_19_27_world.sql3
1 files changed, 3 insertions, 0 deletions
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