|
| 1 | +-- DB update 2026_01_21_01 -> 2026_01_21_02 |
| 2 | +-- |
| 3 | +SET @REPPORTALKEEPER := 30; |
| 4 | +SET @REPREGULAR := 18; |
| 5 | +SET @REPBOSS := 275; |
| 6 | + |
| 7 | +DELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (31503, 31501, 31493, 31490, 31513, 32191, 31486, 31507, 31509, 31510, 31511, 31512, 31508, 31506); |
| 8 | +INSERT INTO `creature_onkill_reputation` (`creature_id`,`RewOnKillRepFaction1`,`RewOnKillRepFaction2`,`MaxStanding1`,`IsTeamAward1`,`RewOnKillRepValue1`,`MaxStanding2`,`IsTeamAward2`,`RewOnKillRepValue2`,`TeamDependent`) VALUES |
| 9 | +(31503,1037,1052,7,0,@REPPORTALKEEPER,7,0,@REPPORTALKEEPER,1), -- Portal Keeper |
| 10 | +(31501,1037,1052,7,0,@REPPORTALKEEPER,7,0,@REPPORTALKEEPER,1), -- Portal Guardian |
| 11 | +(31493,1037,1052,7,0,@REPREGULAR,7,0,@REPREGULAR,1), -- Azure Sorceror |
| 12 | +(31490,1037,1052,7,0,@REPREGULAR,7,0,@REPREGULAR,1), -- Azure Raider |
| 13 | +(31513,1037,1052,7,0,@REPREGULAR,7,0,@REPREGULAR,1), -- Erekem Guard |
| 14 | +(32191,1037,1052,7,0,@REPREGULAR,7,0,@REPREGULAR,1), -- Azure Stalker |
| 15 | +(31486,1037,1052,7,0,@REPREGULAR,7,0,@REPREGULAR,1), -- Azure Captain |
| 16 | +(31507,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Erekem |
| 17 | +(31509,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Lavanthor |
| 18 | +(31510,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Moragg |
| 19 | +(31511,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Zevoxx |
| 20 | +(31512,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Zuramat |
| 21 | +(31508,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1), -- Ichoron |
| 22 | +(31506,1037,1052,7,0,@REPBOSS,7,0,@REPBOSS,1); -- Cyanigosa |
0 commit comments