mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
11
data/sql/updates/db_world/2022_12_16_04.sql
Normal file
11
data/sql/updates/db_world/2022_12_16_04.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2022_12_16_03 -> 2022_12_16_04
|
||||
--
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (15233,15246,15247,15250,15252,15311,15312);
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
(15233, 910, 0, 0, 0, 100, 0, 0, 0, 0),
|
||||
(15246, 910, 0, 3, 0, 100, 0, 0, 0, 0),
|
||||
(15247, 910, 0, 3, 0, 100, 0, 0, 0, 0),
|
||||
(15250, 910, 0, 3, 0, 100, 0, 0, 0, 0),
|
||||
(15252, 910, 0, 3, 0, 100, 0, 0, 0, 0),
|
||||
(15311, 910, 0, 3, 0, 100, 0, 0, 0, 0),
|
||||
(15312, 910, 0, 3, 0, 100, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user