diff options
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 ) { |