[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

@ -1146,8 +1146,10 @@ bool ChatHandler::HandleDebugSpellModsCommand(char* args)
opcode == SMSG_SET_FLAT_SPELL_MODIFIER ? "flat" : "pct", spellmodop, value, effidx);
WorldPacket data(opcode, (1 + 1 + 2 + 2));
data << uint8(effidx);
data << uint32(1);
data << uint32(1);
data << uint8(spellmodop);
data << uint8(effidx);
data << int32(value);
chr->GetSession()->SendPacket(&data);