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

Closes #25838

(cherry picked from commit 5170721fb9)
This commit is contained in:
illfated
2021-01-13 00:38:14 +02:00
committed by Shauren
parent 9036b866f3
commit ea5bc83178

View File

@@ -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);