mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
DB/Spell: Fix 2 procs (triggered flag)
- Hunting Party (Closes #18412) - Inspiration (Closes #18413)
This commit is contained in:
1
sql/updates/world/3.3.5/2016_12_29_03_world_335.sql
Normal file
1
sql/updates/world/3.3.5/2016_12_29_03_world_335.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (-14892, -53290);
|
||||
Reference in New Issue
Block a user