fix(DB/CreatureOnKillReputation): Lykul Stinger rep should stop at friendly (#14283)

This commit is contained in:
Samsequel 2022-12-22 06:37:20 +01:00 committed by GitHub
parent cd539edb66
commit 7069b5e4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4 WHERE (`creature_id` = 19632);