diff options
author | megamage <none@none> | 2009-05-23 10:08:35 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-23 10:08:35 -0500 |
commit | 5ca07b38d392e088a2f926295a1c83a695c3a672 (patch) | |
tree | c5c7cd64a170ad9ca742f53cc9545e8e875a1a45 /src/game/Object.cpp | |
parent | bfac33f24f01cc9258f7024b116be6e70a101f25 (diff) |
*Fix a bug that cause quest GO cannot be open.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 554f11f0a95..e3c69da5007 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -634,7 +634,7 @@ void Object::_BuildValuesUpdate(uint8 updatetype, ByteBuffer * data, UpdateMask if( updateMask->GetBit( index ) ) { // send in current format (float as float, uint32 as uint32) - if (false && index == GAMEOBJECT_DYNAMIC ) + if (index == GAMEOBJECT_DYNAMIC ) { if(IsActivateToQuest ) { |