Merge pull request #713 from eqcodex/master

Added sanity check for #hotfix
This commit is contained in:
Alex
2018-02-21 12:13:51 -05:00
committed by GitHub
+1 -1
View File
@@ -10835,7 +10835,7 @@ void command_hotfix(Client *c, const Seperator *sep) {
}
worldserver.SendPacket(&pack);
c->Message(0, "Hotfix applied");
if (c) c->Message(0, "Hotfix applied");
});
t1.detach();