fix(DB/Creature): Remove Sha'tar rep gain from Restless Skeletons (#16276)

initial
This commit is contained in:
Dan
2023-06-02 21:15:25 +02:00
committed by GitHub
parent 8956b588d7
commit 131a14c064

View File

@@ -0,0 +1,3 @@
--
-- remove Sha\'tar reputation gain from Restless Skeletons
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 17261;