chore(DB): import pending files

Referenced commit(s): 34ca977f57
This commit is contained in:
AzerothCoreBot
2022-10-07 22:38:47 +00:00
parent 34ca977f57
commit 46892cb70d
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_06_05 -> 2022_10_07_00
-- Idols
UPDATE `creature_loot_template` SET `Chance`=0.4 WHERE `Item` IN (20874, 20875, 20876, 20877, 20878, 20879, 20881, 20882);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_07_00 -> 2022_10_07_01
--
-- Drop rate improvements over 1144 itterations:
-- ITEM Captain Kelisendra's Lost Rutters (21776) = Already Correct 10%

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_07_01 -> 2022_10_07_02
--
DELETE FROM `spell_bonus_data` WHERE `entry` BETWEEN 116 AND 72898;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_07_02 -> 2022_10_07_03
--
UPDATE `creature` SET `id2`=15317 WHERE `id1`=15316;
UPDATE `creature` SET `id2`=15316 WHERE `id1`=15317;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_07_03 -> 2022_10_07_04
UPDATE `creature_template` SET `detection_range` = 37.5 WHERE (`entry` IN (15262, 15312));
UPDATE `creature_template` SET `detection_range` = 38.5 WHERE (`entry` = 15263);
UPDATE `creature_template` SET `detection_range` = 15 WHERE (`entry` = 15300);