Added #reloadmerchants for zone-based merchant refreshing.

This commit is contained in:
Kinglykrab
2018-01-27 18:19:48 -05:00
parent 6ed3301110
commit 8e9fa38197
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -224,6 +224,7 @@ void command_reloadaa(Client *c, const Seperator *sep);
void command_reloadallrules(Client *c, const Seperator *sep);
void command_reloademote(Client* c, const Seperator *sep);
void command_reloadlevelmods(Client *c, const Seperator *sep);
void command_reloadmerchants(Client *c, const Seperator *sep);
void command_reloadperlexportsettings(Client *c, const Seperator *sep);
void command_reloadqst(Client *c, const Seperator *sep);
void command_reloadstatic(Client *c, const Seperator *sep);