diff options
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index f1a08f0b2c4..6a909d447ba 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -7324,3 +7324,4 @@ bool ChatHandler::HandleUnbindSightCommand(const char* args) m_session->GetPlayer()->StopCastingBindSight(); return true; } + |