*Implement spell effect wmo damage.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-21 10:01:03 -05:00
parent b372a5ba25
commit 4ed847a6e3
10 changed files with 162 additions and 5 deletions

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 ( index == GAMEOBJECT_DYNAMIC )
if (false && index == GAMEOBJECT_DYNAMIC )
{
if(IsActivateToQuest )
{