mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_11_16_00 -> 2022_11_16_01
|
||||
-- Remove Garrick Padfoot rage generation
|
||||
UPDATE `creature_template` SET `ManaModifier` = 0 WHERE (`entry` = 103);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_11_16_01 -> 2022_11_16_02
|
||||
-- Set Viper Sting to only in heroic
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE (`entryorguid` = 18501) AND (`source_type` = 0) AND (`id` IN (4));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_11_16_02 -> 2022_11_16_03
|
||||
--
|
||||
DELETE FROM `creature_onkill_reputation` WHERE (`creature_id` = 676);
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_11_16_03 -> 2022_11_16_04
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=9160;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_11_16_04 -> 2022_11_16_05
|
||||
--
|
||||
DELETE FROM `player_factionchange_spells` WHERE `alliance_id`=17454;
|
||||
INSERT INTO `player_factionchange_spells` VALUES
|
||||
Reference in New Issue
Block a user