aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarbenium <carbenium@outlook.com>2015-07-19 17:57:23 +0200
committerCarbenium <carbenium@outlook.com>2015-07-19 17:57:23 +0200
commit64ab572fec9e01d5b686db6f51eef136fed92655 (patch)
tree061c3e445b11931204fd2a98a40aae69c0e5a518
parent48cb64de16b49a104ea92543efc4bf6d35373c66 (diff)
DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor
-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