fix(DB/Spell): fix item "Blessed Medallion of Karabor" (#20948)
Co-authored-by: Grimdhex <176165533+Grimdhex@users.noreply.github.com>
This commit is contained in:
parent
65b155e6a4
commit
1db36de350
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0;
|
||||
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`)
|
||||
VALUES (41234, 0, 0, -3560.6572, 582.82887, 10.987, 4.768543);
|
||||
Loading…
Add table
Add a link
Reference in a new issue