From 92249d9f8e219916670589ba6c5f9fce47808ed8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 20 Apr 2012 18:05:14 +0000 Subject: Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks to 3CeAM for the base. Notice this revision onwards requires you to update your char sql table and add the elemental sql table (check sql-files/upgrade_svn15885_log.sql) If you step by any bugs, let us know at http://rathena.org/board/tracker/ Thank you very much. ARRIBA ARRIBA. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15885 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 f2e6ae61d..390954e3f 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -160,6 +160,7 @@ struct item_data* itemdb_exists(int nameid); #define itemdb_is_poison(n) (n >= 12717 && n <= 12724) #define itemid_isgemstone(id) ( (id) >= ITEMID_YELLOW_GEMSTONE && (id) <= ITEMID_BLUE_GEMSTONE ) #define itemdb_iscashfood(id) ( (id) >= 12202 && (id) <= 12207 ) +#define itemdb_is_GNbomb(n) (n >= 13260 && n <= 13267) const char* itemdb_typename(int type); int itemdb_group_bonus(struct map_session_data* sd, int itemid); -- cgit v1.2.3-70-g09d2