mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Send bard effect stuff for RoF2
Server side we still use the old system Servers will need to update their items, PEQ's DB appears fine RoF2 wasn't show anything, so we have to send it for them
This commit is contained in:
@@ -5554,10 +5554,10 @@ namespace RoF2
|
||||
RoF2::structs::WornEffectStruct ibes;
|
||||
memset(&ibes, 0, sizeof(RoF2::structs::WornEffectStruct));
|
||||
|
||||
ibes.effect = 0xffffffff;
|
||||
ibes.level2 = 0;
|
||||
ibes.type = 0;
|
||||
ibes.level = 0;
|
||||
ibes.effect = item->Bard.Effect;
|
||||
ibes.level2 = item->Bard.Level2;
|
||||
ibes.type = item->Bard.Type;
|
||||
ibes.level = item->Bard.Level;
|
||||
//ibes.unknown6 = 0xffffffff;
|
||||
|
||||
ss.write((const char*)&ibes, sizeof(RoF2::structs::WornEffectStruct));
|
||||
|
||||
Reference in New Issue
Block a user