Update vanilla_creature_reputations.sql

- Broken Cadaver, 10383, gives 10 rep with AD, should be 5. 
- Vengeful Phantom, 10387,  gives 10 rep with AD, should give 5

stops at honored
This commit is contained in:
Grimfeather
2025-04-14 13:57:02 +02:00
committed by GitHub
parent 5c401228ff
commit da21490a5a

View File

@@ -151,8 +151,10 @@ UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 15 WHERE `creatur
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 25 WHERE `creature_id`=10199;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10381;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10382;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10383;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10384;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10385;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10387;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10390;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10391;
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `creature_id`=10398;