aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2025-06-16 18:35:07 +0200
committerNaddley <NaddleyTC@gmail.com>2025-06-16 18:35:07 +0200
commit6dce5ab0efddf2f341301fcf0a596cba0b5e16ee (patch)
tree8cf04c8709c7496f8d4fb6c58df977aa016d86bc
parent04a6db44c8cf9c3cf708a7d1d3c3294a6d43c85a (diff)
DB/Spell: Added spelltarget pos. data for Teleport: Moonglade
-rw-r--r--sql/updates/world/master/2025_06_16_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_16_00_world.sql b/sql/updates/world/master/2025_06_16_00_world.sql
new file mode 100644
index 00000000000..7d73e2264e8
--- /dev/null
+++ b/sql/updates/world/master/2025_06_16_00_world.sql
@@ -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)