diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 6ba4789c9..fe49d64d6 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -157,19 +157,6 @@ impHandler(hack) return true; } -impHandler(addIgnoreAttack) -{ - if (!actorManager || actorManager->isInIgnoreAttackList(event.args)) - return false; - - actorManager->removeAttackMob(event.args); - actorManager->addIgnoreAttackMob(event.args); - - if (socialWindow) - socialWindow->updateAttackFilter(); - return true; -} - impHandler0(serverIgnoreAll) { Net::getChatHandler()->ignoreAll(); |