diff options
| -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); |
