diff options
author | kaelima <kaelima@live.se> | 2012-03-30 15:13:54 +0200 |
---|---|---|
committer | kaelima <kaelima@live.se> | 2012-03-30 15:13:54 +0200 |
commit | fc673fce920fca74652576276dee3df991c117bf (patch) | |
tree | 12de453a286ae842092b563f14059a217fa7fa56 /src/server/game/Instances/InstanceScript.cpp | |
parent | ac81411db461184a9d20cb43b44eca414df5e81e (diff) |
Core/Protocol: Missing changes from ac81411db461184a9d20cb43b44eca414df5e81e
Diffstat (limited to 'src/server/game/Instances/InstanceScript.cpp')
-rwxr-xr-x | src/server/game/Instances/InstanceScript.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index 2a0f62d8de2..90a669b8615 100755 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -408,7 +408,7 @@ void InstanceScript::SendEncounterUnit(uint32 type, Unit* unit /*= NULL*/, uint8 case ENCOUNTER_FRAME_ADD_TIMER: case ENCOUNTER_FRAME_ENABLE_OBJECTIVE: case ENCOUNTER_FRAME_DISABLE_OBJECTIVE: - case ENCOUNTER_FRAME_COMBAT_RES_LIMIT: + case ENCOUNTER_FRAME_SET_COMBAT_RES_LIMIT: data << uint8(param1); break; case ENCOUNTER_FRAME_UPDATE_OBJECTIVE: @@ -416,6 +416,8 @@ void InstanceScript::SendEncounterUnit(uint32 type, Unit* unit /*= NULL*/, uint8 data << uint8(param2); break; case ENCOUNTER_FRAME_UNK7: + case ENCOUNTER_FRAME_ADD_COMBAT_RES_LIMIT: + case ENCOUNTER_FRAME_RESET_COMBAT_RES_LIMIT: default: break; } |