*Fix a bug that cause quest GO cannot be open.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-23 10:08:35 -05:00
parent bfac33f24f
commit 5ca07b38d3

View File

@@ -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 )
{