mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
6
data/sql/updates/db_world/2022_11_06_00.sql
Normal file
6
data/sql/updates/db_world/2022_11_06_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_11_05_03 -> 2022_11_06_00
|
||||
-- lots of Reputation changes
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=26081;
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES (26081, 87, 21, 5, 0, 5, 7, 1, -25, 0);
|
||||
-- Spawn to 8 hours
|
||||
UPDATE `creature` SET `spawntimesecs`=28800 WHERE `guid`=1975960 AND `id1`=26081;
|
||||
Reference in New Issue
Block a user