mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Spell): Add sniffed data for Medallion of Karabor. (#21185)
This commit is contained in:
3
data/sql/updates/pending_db_world/karabor-sniffed.sql
Normal file
3
data/sql/updates/pending_db_world/karabor-sniffed.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0;
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
|
||||
(41234, 0, 530, -3560.52, 583.353, 10.9431, 4.751223087310791015, 58558);
|
||||
Reference in New Issue
Block a user