Implemented command #spawneditmass <search> <option> <value> with options [respawn_time] currently implemented

This commit is contained in:
Akkadius
2019-08-16 04:33:51 -05:00
parent bf25937ee0
commit 6fb1d95518
3 changed files with 134 additions and 1 deletions
+1
View File
@@ -288,6 +288,7 @@ void command_showzonegloballoot(Client *c, const Seperator *sep);
void command_shutdown(Client *c, const Seperator *sep);
void command_size(Client *c, const Seperator *sep);
void command_spawn(Client *c, const Seperator *sep);
void command_spawneditmass(Client *c, const Seperator *sep);
void command_spawnfix(Client *c, const Seperator *sep);
void command_spawnstatus(Client *c, const Seperator *sep);
void command_spellinfo(Client *c, const Seperator *sep);