mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
6
data/sql/updates/db_world/2022_12_13_01.sql
Normal file
6
data/sql/updates/db_world/2022_12_13_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_12_13_00 -> 2022_12_13_01
|
||||
--
|
||||
-- 3329 Spiked Wooden Plank too high rate on AC
|
||||
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=1753 AND `Item`=3329 AND `Reference`=0 AND `GroupId`=0;
|
||||
-- 3335 Farmer's Broom cleanup drop rate on AC
|
||||
UPDATE `creature_loot_template` SET `Chance`=7 WHERE `Entry`=1935 AND `Item`=3335 AND `Reference`=0 AND `GroupId`=0;
|
||||
Reference in New Issue
Block a user