Fix encoding warnings
warning C4828: The file contains a character starting at offse t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "questmanager.h"
|
||||
#include "char.h"
|
||||
#include "item.h"
|
||||
@@ -444,7 +444,7 @@ namespace quest
|
||||
ITEM_MANAGER::instance().FlushDelayedSave(pkNewItem);
|
||||
pkNewItem->AttrLog();
|
||||
|
||||
// ¼º°ø!
|
||||
// ¼º°ø!
|
||||
lua_pushboolean(L, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user