[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:
Yaki Khadafi 2012-08-15 12:06:00 +03:00 committed by Antz
parent 2833e3f2db
commit e0a8e30cc3
11 changed files with 168 additions and 135 deletions

View file

@ -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;