mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(DB/Spell): Hellfire Peninsula portal XYZ. (#17937)
* fix(DB/Spells): Port Hellfire Peninsula portal XYZ from Mangos. * sniff
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
-- Portal Effect: Hellfire Peninsula A/H
|
||||||
|
DELETE FROM `spell_target_position` WHERE `id` IN (65728,65729);
|
||||||
|
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
|
||||||
|
(65728, 0, 0, -11708.4, -3168, -5.07, 3.351032, 52237),
|
||||||
|
(65729, 0, 0, -11708.4, -3168, -5.07, 3.351032, 52237);
|
||||||
Reference in New Issue
Block a user