Core/NetworkIO: sync opcode values with wpp and removed duplicate ones

This commit is contained in:
joschiwald
2015-01-18 23:56:01 +01:00
parent 1a4b1beb14
commit fd6668d17a
30 changed files with 489 additions and 303 deletions

View File

@@ -28,7 +28,7 @@
#include "WorldSession.h"
#include "TalentPackets.h"
void WorldSession::HandleLearnTalentOpcode(WorldPackets::Talent::LearnTalent& packet)
void WorldSession::HandleLearnTalentsOpcode(WorldPackets::Talent::LearnTalents& packet)
{
bool anythingLearned = false;
for (uint32 talentId : packet.Talents)