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