diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-01-14 00:06:36 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2024-01-14 19:54:47 +0100 |
commit | e0f408b6d1c2c372d3d038be9655efa50b2f55dc (patch) | |
tree | 2a7d91c69cb657f8bc739b6b504a9e14b42e30b0 /sql/updates | |
parent | 27f772ac0df7be45e3267d003e6b16bfbc0f24c4 (diff) |
Core/Spells: Kill incorrect attribute implementation
(cherry picked from commit 8b183ddac3b77eea47eae578226ce8b928d262b8)
(cherry picked from commit c5f7e6cbd7354f8e0f0e732f3d1e1093a0640a7a)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/wotlk_classic/2024_01_14_01_world_2024_01_13_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/wotlk_classic/2024_01_14_01_world_2024_01_13_00_world.sql b/sql/updates/world/wotlk_classic/2024_01_14_01_world_2024_01_13_00_world.sql new file mode 100644 index 00000000000..f932d763f1d --- /dev/null +++ b/sql/updates/world/wotlk_classic/2024_01_14_01_world_2024_01_13_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x4 WHERE `SpellId`=70803; |