aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r--src/game/Level2.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp
index 91f5fc516da..d1f4c864f24 100644
--- a/src/game/Level2.cpp
+++ b/src/game/Level2.cpp
@@ -3696,17 +3696,6 @@ bool ChatHandler::HandleCustomizeCommand(const char* args)
return true;
}
-//show animation
-bool ChatHandler::HandleDebugAnimCommand(const char* args)
-{
- if (!*args)
- return false;
-
- uint32 anim_id = atoi((char*)args);
- m_session->GetPlayer()->HandleEmoteCommand(anim_id);
- return true;
-}
-
//change standstate
bool ChatHandler::HandleModifyStandStateCommand(const char* args)
{