summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-25 01:08:33 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-25 01:08:33 +0000
commita8fedec270c751ee212cf5c8d5c1eab9dbca5f9c (patch)
treeb95e5afdc7726e814eee75b869bf5b489552eccf /src/map/skill.h
parent432e794f6cda3d5bcf03db78dcc36e3c006f72d4 (diff)
downloadhercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.gz
hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.bz2
hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.xz
hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.zip
* Added the "Catalog Magician" NPC to merchants/buying_shops.txt, thanks to Muad_Dib!
* Changed all commands in atcommands.txt to their defined names, not aliases, and added two more common aliases. * Documented 'makerune' in script_commands.txt. * Documented '@accinfo' in atcommands.txt. * Follow-up r16965, database update for rune crafting formula. * Updated Magic Mushroom DB according to 3CeAM revision 703. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16966 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index b94fd836d..265f2c7aa 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -1821,7 +1821,7 @@ int skill_block_check(struct block_list *bl, enum sc_type type, int skillid);
/**
* Guilottine Cross
**/
-#define MAX_SKILL_MAGICMUSHROOM_DB 22
+#define MAX_SKILL_MAGICMUSHROOM_DB 23
struct s_skill_magicmushroom_db {
int skillid;
};