mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Rule] Allow GMs to silently summon (#3910)
* [Rule] Allow GMs to silently summon Disable to silently summon players with #summon. Converted SummonPC to a MessageString * Implementing an automatic detection of gm hidden mode and silent summoning.
This commit is contained in:
@@ -11974,6 +11974,8 @@ std::string GetZoneModeString(ZoneMode mode)
|
||||
return "ZoneToSafeCoords";
|
||||
case GMSummon:
|
||||
return "GMSummon";
|
||||
case GMHiddenSummon:
|
||||
return "GMHiddenSummon";
|
||||
case ZoneToBindPoint:
|
||||
return "ZoneToBindPoint";
|
||||
case ZoneSolicited:
|
||||
|
||||
Reference in New Issue
Block a user