mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 00:36:07 +00:00
3
data/sql/updates/db_world/2022_11_16_01.sql
Normal file
3
data/sql/updates/db_world/2022_11_16_01.sql
Normal 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);
|
||||
3
data/sql/updates/db_world/2022_11_16_02.sql
Normal file
3
data/sql/updates/db_world/2022_11_16_02.sql
Normal 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));
|
||||
8
data/sql/updates/db_world/2022_11_16_03.sql
Normal file
8
data/sql/updates/db_world/2022_11_16_03.sql
Normal 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);
|
||||
|
||||
5
data/sql/updates/db_world/2022_11_16_04.sql
Normal file
5
data/sql/updates/db_world/2022_11_16_04.sql
Normal 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');
|
||||
5
data/sql/updates/db_world/2022_11_16_05.sql
Normal file
5
data/sql/updates/db_world/2022_11_16_05.sql
Normal 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');
|
||||
Reference in New Issue
Block a user