mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -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);
|
||||
|
||||
@@ -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%
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user