diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2017-04-17 15:01:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-17 15:01:38 +0100 |
| commit | db0da2cf5c18522a8f165991b2025f6c4943b77b (patch) | |
| tree | 01890a836ed60b33c5f4aa2bd6477e4e77b30b37 | |
| parent | 374ef5b55745e8e1bb69f02f7cc127cc0b36c304 (diff) | |
DB/Vendor: Wintergrasp Commendation (3.3.5)
Wintergrasp Commendation should be purchasable for 9 x wintergrasp marks of honor as well as for stonekeepers shards.
| -rw-r--r-- | sql/updates/world/3.3.5/2017_04_17_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_17_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_17_00_world_335.sql new file mode 100644 index 00000000000..ba0ce724ac4 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_17_00_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `npc_vendor` WHERE `entry` IN(32296,32294) AND `item`=44115 AND `ExtendedCost`=2576; +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES +(32296, 0, 44115, 0, 0, 2576, 0), +(32294, 0, 44115, 0, 0, 2576, 0); |
