From fa0c6f874cb85db8cac41bf3a7be260686239e65 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 10 Jan 2008 15:35:23 +0000 Subject: Another round of login server cleaning * fixed passwordencrypt on SQL not behaving correctly (since r10753) * corrected some column lengths in the login db (username, password,...) * fixed some places which used wfifo without first reallocating it * removed interserver packet 0x7532 (Request to end connection), as there was no code that actually sent this packet * moved RFIFOSKIP actions to execute as soon as possible git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12043 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/itemdb.h') diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 507478196..865ceaf9d 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -36,6 +36,7 @@ enum item_types { //The only item group required by the code to be known. See const.txt for the full list. #define IG_FINDINGORE 6 +#define IG_POTION 37 //The max. item group count (increase this when needed). #define MAX_ITEMGROUP 40 -- cgit v1.2.3-70-g09d2