DB/Creature: Remove incorrectly spawned 2x Shadowmoon Retainer (22102)

Closes #25838

(cherry picked from commit 5170721fb9cb0007f7401e6580d371d41dc34804)
This commit is contained in:
illfated
2022-03-05 23:48:38 +01:00
committed by Shauren
parent 9036b866f3
commit ea5bc83178
@@ -0,0 +1,2 @@
-- Remove 2 incorrect permanent spawns belonging to a scripted quest event
DELETE FROM `creature` WHERE `id` = 22102 AND `guid` IN (86101, 86102);