mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 12:48:20 +00:00
[Feature] Underworld Command auto return
- Add #underworld to list out all underworld mobs - Add automatic return to spawn on underworld mobs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "../client.h"
|
||||
|
||||
void command_underworld(Client *c, const Seperator *sep) {
|
||||
entity_list.GetUnderworldMobs(c);
|
||||
}
|
||||
Reference in New Issue
Block a user