mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 04:28:41 +01:00
Scripts/BoT: added repeat timer for Evolved Drakonaar's Blade Tempest
This commit is contained in:
@@ -203,7 +203,7 @@ struct npc_bot_evolved_drakonaar : public ScriptedAI
|
||||
}
|
||||
case EVENT_BLADE_TEMPEST:
|
||||
DoCastSelf(SPELL_BLADE_TEMPEST);
|
||||
// @todo: repeat timer
|
||||
_events.Repeat(22s, 23s);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user