fix(DB/Spell): Add sniffed data for Medallion of Karabor. (#21185)
This commit is contained in:
parent
93b89d828e
commit
c22d30f120
1 changed files with 3 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue