diff options
author | Subv <s.v.h21@hotmail.com> | 2012-02-19 19:01:03 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-02-19 19:01:03 -0500 |
commit | c6f4ab10e1a90c75799c23a2420a1822abfc5ac5 (patch) | |
tree | 515a49ba7b59e57a993c659ca636a904f75c84d2 /src/server/game/Conditions/ConditionMgr.cpp | |
parent | 355fe08e04e198131a462a03530d8a57377ff3ae (diff) |
Core/Scripts: Fixed Thrall's weapon and shield models in Old Hillsbrad Foothills.
closes #3904
Signed-off-by: Subv <s.v.h21@hotmail.com>
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.cpp')
-rwxr-xr-x | src/server/game/Conditions/ConditionMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp index ea4a52f0612..04a787d88ec 100755 --- a/src/server/game/Conditions/ConditionMgr.cpp +++ b/src/server/game/Conditions/ConditionMgr.cpp @@ -301,7 +301,6 @@ uint32 Condition::GetMaxAvailableConditionTargets() case CONDITION_SOURCE_TYPE_VEHICLE_SPELL: case CONDITION_SOURCE_TYPE_GOSSIP_MENU: case CONDITION_SOURCE_TYPE_GOSSIP_MENU_OPTION: - return 2; case CONDITION_SOURCE_TYPE_SMART_EVENT: return 2; default: |