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 f731d2ce7ad..0097da93525 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -7398,3 +7398,4 @@ bool ChatHandler::HandleUnbindSightCommand(const char* args) m_session->GetPlayer()->StopCastingBindSight(); return true; } + |