Skip to content

Commit 6620a8d

Browse files
committed
fix(DB/Creature): Remove extra Shaffar adds
Nexus-Prince Shaffar in Mana Tombs spawns his three Ethereal Beacons via a script. Together with the pre-spawned ones, the fight incorrectly starts with six Beacons instead. Remove the pre-spawned ones to fix this. TrinityCore fixed this issue a while ago: TrinityCore/TrinityCore#24325 Relates to AzerothCore issue #18895, but doesn't fix it completely.
1 parent 68818ca commit 6620a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Remove pre-spawned Ethereal Beacons from Nexus-Prince Shaffar encounter in Mana Tombs, he spawns them via script
2+
DELETE FROM `creature` WHERE `guid` IN (91131,91132,91133) AND `id1`=18431 AND `map`=557;
3+
DELETE FROM `linked_respawn` WHERE `guid` IN (91131,91132,91133);

0 commit comments

Comments
 (0)