Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/server/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2837,6 +2837,9 @@ void SpellMgr::LoadSpellCustomAttr()
case 58563: // Assassinate Restless Lookout
spellInfo->AttributesCu |= SPELL_ATTR0_CU_REQ_CASTER_BEHIND_TARGET;
break;
case 24259: // Spell Lock silence
+ spellInfo->speed = 80;
+ break;
case 26029: // Dark Glare
case 37433: // Spout
case 43140: // Flame Breath
Expand Down