Removed automatic Left Instance msg, as it only happens when running out of a PrivateArea_Exit. More M0l1 work.

This commit is contained in:
Filip Maj 2022-03-05 01:28:28 -05:00
parent 49c6fdbd51
commit ebba56602c
2 changed files with 4 additions and 10 deletions

View file

@ -884,10 +884,6 @@ namespace Meteor.Map
player.playerSession.LockUpdates(false);
//Send "You have left the instance" if old area is a Private Area
if (oldArea is PrivateArea)
player.SendGameMessage(GetActor(), 34110, 0x20);
//Send "You have entered an instance" if it's a Private Area
if (newArea is PrivateArea)
player.SendGameMessage(GetActor(), 34108, 0x20);