Core/WorldPacket: Update packet to make type 10 GOs sparkle when objective of

a quest.
Author: NoFantasy

--HG--
branch : trunk
This commit is contained in:
runningnak3d
2010-10-06 16:19:12 -06:00
parent 6183efccee
commit 9e322ce69f

View File

@@ -687,7 +687,7 @@ void Object::_BuildValuesUpdate(uint8 updatetype, ByteBuffer * data, UpdateMask
*data << uint16(-1);
break;
case GAMEOBJECT_TYPE_GOOBER:
*data << uint16(1);
*data << uint16(9);
*data << uint16(-1);
break;
default: