Revision: 815
http://sourceforge.net/p/polserver/code/815
Author: rozenblit
Date: 2014-06-11 20:37:35 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fixed namespace... :P
Modified Paths:
--------------
trunk/pol-core/pol/mobile/attack.cpp
Modified: trunk/pol-core/pol/mobile/attack.cpp
===================================================================
--- trunk/pol-core/pol/mobile/attack.cpp 2014-06-11 19:32:47 UTC (rev 814)
+++ trunk/pol-core/pol/mobile/attack.cpp 2014-06-11 20:37:35 UTC (rev 815)
@@ -65,7 +65,7 @@
if ( defender->acct != NULL )
{
- if ( JusticeRegion::RunNoCombatCheck( defender->client ) == true )
+ if ( Core::JusticeRegion::RunNoCombatCheck( defender->client ) == true )
{
client->chr->send_highlight();
Core::send_sysmessage( client, "Combat is not allowed in this area." );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|