mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Added three new events
This commit is contained in:
@@ -159,7 +159,7 @@ bool Client::Process() {
|
||||
Save();
|
||||
|
||||
Group *mygroup = GetGroup();
|
||||
if (mygroup) // && zone.GetZoneID() != m_pp.binds[0].zoneId
|
||||
if (mygroup)
|
||||
{
|
||||
entity_list.MessageGroup(this,true,15,"%s died.", GetName());
|
||||
mygroup->MemberZoned(this);
|
||||
|
||||
Reference in New Issue
Block a user