Restructure to remove more things.

This commit is contained in:
KimLS
2025-12-09 20:18:45 -08:00
parent 5843ff0524
commit 4c7964524d
68 changed files with 86 additions and 77 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "../../client.h"
uint8 GetCommandStatus(std::string command_name);
void FindSpell(Client *c, const Seperator *sep)
{
if (SPDAT_RECORDS <= 0) {
+2
View File
@@ -1,5 +1,7 @@
#include "../../client.h"
uint8 GetCommandStatus(std::string command_name);
void FindTask(Client *c, const Seperator *sep)
{
if (!RuleB(TaskSystem, EnableTaskSystem)) {