DB/Creature: added missing vendor data to Jahi
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `npc_vendor` WHERE `entry`= 48884;
|
||||
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
|
||||
(48884, 5, 4470, 0, 0, 1, 0, 0, 54737), -- 4470
|
||||
(48884, 4, 60335, 0, 0, 1, 0, 0, 54737), -- 60335
|
||||
(48884, 3, 58275, 0, 0, 1, 0, 0, 54737), -- 58275
|
||||
(48884, 2, 58274, 0, 0, 1, 0, 0, 54737), -- 58274
|
||||
(48884, 1, 159, 0, 0, 1, 0, 0, 54737); -- 159
|
||||
Reference in New Issue
Block a user