mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10587] Make GO type 5 sparkle at related quest active
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
41a82beb3f
commit
657894786a
4 changed files with 20 additions and 1 deletions
|
|
@ -703,6 +703,10 @@ void Object::BuildValuesUpdate(uint8 updatetype, ByteBuffer * data, UpdateMask *
|
|||
*data << uint16(9);
|
||||
*data << uint16(-1);
|
||||
break;
|
||||
case GAMEOBJECT_TYPE_GENERIC:
|
||||
*data << uint16(8); // unclear if 0x01 should be added
|
||||
*data << uint16(-1);
|
||||
break;
|
||||
case GAMEOBJECT_TYPE_GOOBER:
|
||||
*data << uint16(9);
|
||||
*data << uint16(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue