mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-31 20:11:29 +00:00
- Add #underworld to list out all underworld mobs - Add automatic return to spawn on underworld mobs
6 lines
120 B
C++
6 lines
120 B
C++
#include "../client.h"
|
|
|
|
void command_underworld(Client *c, const Seperator *sep) {
|
|
entity_list.GetUnderworldMobs(c);
|
|
}
|