DB/Spell: Added spelltarget pos. data for Teleport: Moonglade

This commit is contained in:
Naddley
2025-06-16 18:35:07 +02:00
parent 04a6db44c8
commit 6dce5ab0ef

View File

@@ -0,0 +1,4 @@
-- Spelltarget pos.
DELETE FROM `spell_target_position` WHERE (`ID`=18960 AND `EffectIndex`=1 AND `OrderIndex`=0);
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `OrderIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES
(18960, 1, 0, 1, 7995.56005859375, -2679.75, 512.489990234375, 61265); -- Spell: 18960 (Teleport: Moonglade) Effect 1: 252 (SPELL_EFFECT_TELEPORT_UNITS)