From 2b476b730a96b00db3c15595c67938284891d03a Mon Sep 17 00:00:00 2001 From: Foldor1 <187382119+Foldor1@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:00:14 +0200 Subject: DB/Vendors: added missing Honor Points to Togar closes #30870 --- sql/updates/world/cata_classic/2025_04_14_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_04_14_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/cata_classic/2025_04_14_00_world.sql b/sql/updates/world/cata_classic/2025_04_14_00_world.sql new file mode 100644 index 00000000000..08ebc34915f --- /dev/null +++ b/sql/updates/world/cata_classic/2025_04_14_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `npc_vendor` WHERE (`entry`=52034 AND `item`=1901 AND `ExtendedCost`=3408 AND `type`=2); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(52034, 9, 1901, 25000, 3408, 2, 0, 0, 60192); -- 1901 -- cgit v1.2.3