mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
8
data/sql/updates/db_world/2022_12_20_04.sql
Normal file
8
data/sql/updates/db_world/2022_12_20_04.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_12_20_03 -> 2022_12_20_04
|
||||
--
|
||||
-- Mulgore Zone Drops
|
||||
-- Squealear's Belt Should be 100% (Already Correct on AC)
|
||||
-- Crooked Staff could be up to seems to be closer to 1.5% than 2% both in game and on wowhead
|
||||
UPDATE `creature_loot_template` SET `Chance`=1.5 WHERE `Entry`=2953 AND `Item`=1388 AND `Reference`=0 AND `GroupId`=0;
|
||||
-- Dull Blade should probbably be about 1.25%
|
||||
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=2952 AND `Item`=1384 AND `Reference`=0 AND `GroupId`=0;
|
||||
3
data/sql/updates/db_world/2022_12_20_05.sql
Normal file
3
data/sql/updates/db_world/2022_12_20_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_12_20_04 -> 2022_12_20_05
|
||||
--
|
||||
UPDATE `gameobject` SET `state`=1 WHERE `id` IN (183385, 1617, 1618, 1620) AND `guid` IN (104353, 104354, 10354, 10333, 10241);
|
||||
Reference in New Issue
Block a user