aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-23 10:08:35 -0500
committermegamage <none@none>2009-05-23 10:08:35 -0500
commit5ca07b38d392e088a2f926295a1c83a695c3a672 (patch)
treec5c7cd64a170ad9ca742f53cc9545e8e875a1a45 /src/game/Object.cpp
parentbfac33f24f01cc9258f7024b116be6e70a101f25 (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.cpp2
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 )
{