mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spell: Added spelltarget pos. data for Teleport: Moonglade
This commit is contained in:
4
sql/updates/world/master/2025_06_16_00_world.sql
Normal file
4
sql/updates/world/master/2025_06_16_00_world.sql
Normal 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)
|
||||
Reference in New Issue
Block a user