mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix comments
This commit is contained in:
@@ -2929,8 +2929,8 @@ bool PlayerbotAI::CanCastSpell(uint32 spellid, Unit* target, bool checkHasSpell,
|
||||
|
||||
Unit* oldSel = bot->GetSelectedUnit();
|
||||
// TRIGGERED_IGNORE_POWER_AND_REAGENT_COST flag for not calling CheckPower in check
|
||||
// which causes buff charge to be ineffectively reduced (e.g. dk freezing fog for howling blast)
|
||||
/// @TODO: Fix all calling on ApplySpellMod
|
||||
// which avoids buff charge to be ineffectively reduced (e.g. dk freezing fog for howling blast)
|
||||
/// @TODO: Fix all calls to ApplySpellMod
|
||||
Spell* spell = new Spell(bot, spellInfo, TRIGGERED_IGNORE_POWER_AND_REAGENT_COST);
|
||||
|
||||
spell->m_targets.SetUnitTarget(target);
|
||||
|
||||
Reference in New Issue
Block a user