mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[0093] Enabled and updated lots of opcodes, mostly spell-related. All structures checked .
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
2833e3f2db
commit
e0a8e30cc3
11 changed files with 168 additions and 135 deletions
|
|
@ -8089,7 +8089,7 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
|
|||
return;
|
||||
|
||||
// This is extremely strange!
|
||||
// The spell should send MSG_CHANNEL_START, SMSG_SPELL_START
|
||||
// The spell should send SMSG_CHANNEL_START, SMSG_SPELL_START
|
||||
// However it has cast time 2s, but should send SMSG_SPELL_GO instantly.
|
||||
m_caster->CastSpell(unitTarget, 69051, true);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue