diff options
author | Paradox <none@none> | 2009-01-15 21:29:32 -0500 |
---|---|---|
committer | Paradox <none@none> | 2009-01-15 21:29:32 -0500 |
commit | 2d654fdc413cf769e65415f0e4cab50a63642ca1 (patch) | |
tree | e0e755683839154b5b36a791468c6dad988fa4d1 /src/game/Level3.cpp | |
parent | e9fdfb434aba417045fd8e354b8fbe73135e560f (diff) |
Fix cross faction interaction
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index a825743481a..c14320fd68c 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4465,7 +4465,7 @@ static bool HandleResetStatsOrLevelHelper(Player* player) // set UNIT_FIELD_BYTES_1 to init state but preserve m_form value player->SetUInt32Value(UNIT_FIELD_BYTES_1, unitfield); - player->SetByteValue(UNIT_FIELD_BYTES_2, 1, UNIT_BYTE2_FLAG_UNK3 | UNIT_BYTE2_FLAG_UNK5 ); + player->SetByteValue(UNIT_FIELD_BYTES_2, 1, UNIT_BYTE2_FLAG_SANCTUARY | UNIT_BYTE2_FLAG_UNK5 ); player->SetByteValue(UNIT_FIELD_BYTES_2, 3, player->m_form); player->SetUInt32Value(UNIT_FIELD_FLAGS, UNIT_FLAG_PVP_ATTACKABLE); |