removed dev_log
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
#include "monarch.h"
|
||||
#include "castle.h"
|
||||
#include "arena.h"
|
||||
#include "dev_log.h"
|
||||
#include "horsename_manager.h"
|
||||
#include "gm.h"
|
||||
#include "map_location.h"
|
||||
@@ -3153,17 +3152,17 @@ void CHARACTER::PointChange(BYTE type, int amount, bool bAmount, bool bBroadcast
|
||||
{
|
||||
if (IsOverTime(OT_NONE))
|
||||
{
|
||||
dev_log(LOG_DEB0, "<EXP_LOG> %s = NONE", GetName());
|
||||
sys_log(1, "<EXP_LOG> %s = NONE", GetName());
|
||||
}
|
||||
else if (IsOverTime(OT_3HOUR))
|
||||
{
|
||||
amount = (amount / 2);
|
||||
dev_log(LOG_DEB0, "<EXP_LOG> %s = 3HOUR", GetName());
|
||||
sys_log(1, "<EXP_LOG> %s = 3HOUR", GetName());
|
||||
}
|
||||
else if (IsOverTime(OT_5HOUR))
|
||||
{
|
||||
amount = 0;
|
||||
dev_log(LOG_DEB0, "<EXP_LOG> %s = 5HOUR", GetName());
|
||||
sys_log(1, "<EXP_LOG> %s = 5HOUR", GetName());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3445,17 +3444,17 @@ void CHARACTER::PointChange(BYTE type, int amount, bool bAmount, bool bBroadcast
|
||||
{
|
||||
if (IsOverTime(OT_NONE))
|
||||
{
|
||||
dev_log(LOG_DEB0, "<GOLD_LOG> %s = NONE", GetName());
|
||||
sys_log(1, "<GOLD_LOG> %s = NONE", GetName());
|
||||
}
|
||||
else if (IsOverTime(OT_3HOUR))
|
||||
{
|
||||
amount = (amount / 2);
|
||||
dev_log(LOG_DEB0, "<GOLD_LOG> %s = 3HOUR", GetName());
|
||||
sys_log(1, "<GOLD_LOG> %s = 3HOUR", GetName());
|
||||
}
|
||||
else if (IsOverTime(OT_5HOUR))
|
||||
{
|
||||
amount = 0;
|
||||
dev_log(LOG_DEB0, "<GOLD_LOG> %s = 5HOUR", GetName());
|
||||
sys_log(1, "<GOLD_LOG> %s = 5HOUR", GetName());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user