aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2021-08-29 15:45:21 -0300
committerKeader <keader.android@gmail.com>2021-08-29 15:45:21 -0300
commit9c16595f0cece552576f5de47ea3eab6d332ca31 (patch)
treeef38f913b369e92dfe92c283a1836ef8192c6b25
parent3c51f18d9b679fae909bdfe4b563d631384b3bf0 (diff)
DB/Proc: Fixed Nether Protection proc
- Spell should proc with non-damage spells too Proofs: https://www.youtube.com/watch?v=FGPDFjgQCQ0 01:44 proc with curse of tonges, 03:18 proc with seduction https://www.youtube.com/watch?v=B7BZSNVILb8 0:37 proc with corruption application, 02:09 mage silence https://www.youtube.com/watch?v=yXbQjARpj-4 05:47 strangulate https://www.youtube.com/watch?v=0tVKUW9HCKw 05:52 psychic horror https://www.youtube.com/watch?v=TJQn1OVFCjw 09:28 hammer of justice
-rw-r--r--sql/updates/world/3.3.5/2021_08_29_03_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_29_03_world_335.sql b/sql/updates/world/3.3.5/2021_08_29_03_world_335.sql
new file mode 100644
index 00000000000..06d75ad28d5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_08_29_03_world_335.sql
@@ -0,0 +1,2 @@
+-- Nether Protection
+UPDATE `spell_proc` SET `SpellTypeMask`=0 WHERE `SpellId`=-30299;