summaryrefslogtreecommitdiff
path: root/src/common/utils.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-15 18:13:37 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-15 18:13:37 +0000
commita08c2d5709c644507cf034e319e60eeed0ad636a (patch)
treeb922bc1bf52ee40e89e101be2335c6b1408277f5 /src/common/utils.c
parentebbe046a99ed1928e60506fe1a86edc8a396ee54 (diff)
downloadhercules-a08c2d5709c644507cf034e319e60eeed0ad636a.tar.gz
hercules-a08c2d5709c644507cf034e319e60eeed0ad636a.tar.bz2
hercules-a08c2d5709c644507cf034e319e60eeed0ad636a.tar.xz
hercules-a08c2d5709c644507cf034e319e60eeed0ad636a.zip
- There will be now warnings printed when a shop sells an item which's buy price is 20z, since those usually are "rare" items with no buyying price set. Note that this reports one fake, and that is the selling of a certain shuriken that indeed costs 20z.
- Most likely fixed client crash when xmas/wedding status runs out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/utils.c')
-rw-r--r--src/common/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/utils.c b/src/common/utils.c
index 6d4abb26d..25ada1ce5 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -18,6 +18,7 @@
#include "../common/mmo.h"
#include "../common/malloc.h"
#include "../common/showmsg.h"
+#include "../common/cbasetypes.h"
void dump(unsigned char *buffer, int num)
{