mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +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
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue