chore(DB): import pending files

Referenced commit(s): 3594148343
This commit is contained in:
AzerothCoreBot
2022-12-20 13:46:43 +00:00
parent 3594148343
commit a0558fbef0
2 changed files with 2 additions and 0 deletions

View 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;

View 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);