diff options
author | Killyana <morphone1@gmail.com> | 2019-01-22 16:44:14 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 22:29:19 +0100 |
commit | 1684ac45582beee5db21f41f1f11ce8527458f8a (patch) | |
tree | a0464d94e21812d8dbc4b94fa38dc5c8128cd73b | |
parent | d4e59baff06ff828d38c8566e9a994201509f5bd (diff) |
DB/Spell: Fix some dbc spells
(cherry picked from commit c62b38e5623dd1cb34e562410f0874cc3c470f35)
-rw-r--r-- | sql/updates/world/master/2021_11_21_39_world_2019_01_22_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_39_world_2019_01_22_02_world.sql b/sql/updates/world/master/2021_11_21_39_world_2019_01_22_02_world.sql new file mode 100644 index 00000000000..4ba717e1ba9 --- /dev/null +++ b/sql/updates/world/master/2021_11_21_39_world_2019_01_22_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `serverside_spell` SET `RangeIndex`=12 WHERE `Id` IN (45367, 45370); +UPDATE `serverside_spell_effect` SET `ImplicitTarget1`=25 WHERE `SpellID` IN (45367, 45370); |