fix(DB/Creature): let Magister's Terrace Normal bosses give reputation until exalted and reduce Kael'thas reputation gain (#21532)

This commit is contained in:
Tereneckla
2025-02-21 22:47:09 +00:00
committed by GitHub
parent 4216d196c2
commit 4987e83232

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 120 WHERE (`creature_id` = 24664);
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 7 WHERE `creature_id` IN (24723, 24560, 24664, 24744);