chore(DB): import pending files

Referenced commit(s): 36a1f31c29
This commit is contained in:
github-actions[bot]
2026-02-13 11:42:23 +00:00
parent 36a1f31c29
commit 8cbc8b081e

View File

@@ -0,0 +1,9 @@
-- DB update 2026_02_13_00 -> 2026_02_13_01
--
-- uint8 to uint32 conversion for maxcount in npc_vendor
-- game_event_npc_vendor does not need to be updated
ALTER TABLE `npc_vendor` MODIFY COLUMN `maxcount` int unsigned DEFAULT 0 NOT NULL;
DELETE FROM `npc_vendor` WHERE (`entry` = 29561) AND (`item` IN (21177));
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
(29561, 0, 21177, 300, 600, 0, 0);