mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
Implement Raid MOTD for UF
Don't forget to source 2014_10_11_RaidMOTD.sql SoD and RoF implementations still to come
This commit is contained in:
@@ -409,6 +409,14 @@ bool ZoneServer::Process() {
|
||||
break;
|
||||
}
|
||||
|
||||
case ServerOP_RaidMOTD: {
|
||||
if (pack->size < sizeof(ServerRaidMOTD_Struct))
|
||||
break;
|
||||
|
||||
zoneserver_list.SendPacket(pack);
|
||||
break;
|
||||
}
|
||||
|
||||
case ServerOP_SpawnCondition: {
|
||||
if(pack->size != sizeof(ServerSpawnCondition_Struct))
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user