chore(DB): import pending files

Referenced commit(s): 82e9690956
This commit is contained in:
AzerothCoreBot
2022-11-16 04:32:49 +00:00
parent 82e9690956
commit ece089dad7
5 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +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);

View File

@@ -0,0 +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));

View File

@@ -0,0 +1,8 @@
-- 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
(676, 21, 0, 5, 0, 5, 0, 0, 0, 0);
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5 WHERE `creature_id` IN (674, 675, 677, 1094, 1095, 1096, 1097, 4260, 4723);
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE `creature_id` IN (921);

View File

@@ -0,0 +1,5 @@
-- 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
(9160,'spell_item_green_whelp_armor');

View File

@@ -0,0 +1,5 @@
-- 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
(17454,'Unpainted Mechanostrider',18990,'Brown Kodo');