mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
7
data/sql/updates/db_world/2023_01_29_01.sql
Normal file
7
data/sql/updates/db_world/2023_01_29_01.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_01_29_00 -> 2023_01_29_01
|
||||
--
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepFaction1` = 942, `RewOnKillRepFaction2` = 0, `MaxStanding1` = 4, `RewOnKillRepValue1` = 7, `TeamDependent` = 0 WHERE `creature_id` = 17730;
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 20177;
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
(20177, 942, 0, 7, 0, 15, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user