chore(DB): import pending files

Referenced commit(s): d41bfd165e
This commit is contained in:
github-actions[bot]
2025-09-16 08:22:51 +00:00
parent 06c692abe6
commit 5b493a4767
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_09_15_03 -> 2025_09_16_00
-- Earthfury Belt -- Earthfury Belt
UPDATE `creature_loot_template` SET `chance` = 0.2 WHERE `item` = 16838 AND `entry` IN(11667,11666); UPDATE `creature_loot_template` SET `chance` = 0.2 WHERE `item` = 16838 AND `entry` IN(11667,11666);
UPDATE `creature_loot_template` SET `chance` = 0.3 WHERE `item` = 16838 AND `entry` IN(12100,12076,11665); UPDATE `creature_loot_template` SET `chance` = 0.3 WHERE `item` = 16838 AND `entry` IN(12100,12076,11665);

View File

@@ -1,2 +1,3 @@
-- DB update 2025_09_16_00 -> 2025_09_16_01
-- Changed restock value from 2.5 hours (9000) to 30 mins (1800) -- Changed restock value from 2.5 hours (9000) to 30 mins (1800)
UPDATE `npc_vendor` SET `incrtime` = 1800 WHERE `entry` = 14860 AND `item` = 11027; UPDATE `npc_vendor` SET `incrtime` = 1800 WHERE `entry` = 14860 AND `item` = 11027;