Merge commit 'origin/master' into 310

This commit is contained in:
VladimirMangos 2009-06-10 18:56:29 +04:00
commit 9588b43d0c
17 changed files with 448 additions and 362 deletions

View file

@ -2871,7 +2871,7 @@ void Spell::SendCastResult(Player* caster, SpellEntry const* spellInfo, uint8 ca
return;
WorldPacket data(SMSG_CAST_FAILED, (4+1+1));
data << uint8(cast_count); // single cast or multi 2.3 (0/1)
data << uint8(cast_count); // single cast or multi 2.3 (0/1)
data << uint32(spellInfo->Id);
data << uint8(result); // problem
switch (result)