aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level1.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-03 19:29:55 -0500
committermegamage <none@none>2009-06-03 19:29:55 -0500
commite3390806a948c3ffdcead96652a35e46686431ce (patch)
tree6ffd83adbf0a9be47e8b36ab062cf4e6e5eddf20 /src/game/Level1.cpp
parentfc4f7e6cf12996f4afce71e97918bff2ab699919 (diff)
[7948] Use SetFaction instead explcit field set, other cleanups. Author: NoFantasy
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level1.cpp')
-rw-r--r--src/game/Level1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp
index 0cde7dc5eb8..86a689e7383 100644
--- a/src/game/Level1.cpp
+++ b/src/game/Level1.cpp
@@ -2012,7 +2012,7 @@ bool ChatHandler::HandleModifyMountCommand(const char* args)
if (needReportToTarget(chr))
ChatHandler(chr).PSendSysMessage(LANG_MOUNT_GIVED, GetNameLink().c_str());
- chr->SetUInt32Value( UNIT_FIELD_FLAGS , 0x001000 );
+ chr->SetUInt32Value(UNIT_FIELD_FLAGS, UNIT_FLAG_PVP);
chr->Mount(mId);
WorldPacket data( SMSG_FORCE_RUN_SPEED_CHANGE, (8+4+1+4) );