From afda30c346bbf44415f330f92cd03428ad1e652b Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 1 Jun 2006 18:52:31 +0000 Subject: - Fixed @mobinfo displaying the wrong element. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6913 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index f481677cf..a98ecc322 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9331,7 +9331,7 @@ int atcommand_mobinfo( { unsigned char msize[3][7] = {"Small", "Medium", "Large"}; unsigned char mrace[12][11] = {"Formless", "Undead", "Beast", "Plant", "Insect", "Fish", "Demon", "Demi-Human", "Angel", "Dragon", "Boss", "Non-Boss"}; - unsigned char melement[11][8] = {"None", "Neutral", "Water", "Earth", "Fire", "Wind", "Poison", "Holy", "Dark", "Ghost", "Undead"}; + unsigned char melement[10][8] = {"Neutral", "Water", "Earth", "Fire", "Wind", "Poison", "Holy", "Dark", "Ghost", "Undead"}; char atcmd_output2[200]; struct item_data *item_data; struct mob_db *mob, *mob_array[MAX_SEARCH]; -- cgit v1.2.3-60-g2f50