From db15814cc463589087a9825dd6012126f89cb261 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 18 Mar 2008 08:44:27 +0000 Subject: Fixed OnPCLoginEvent not working correctly (bugreport:1182). Cleaned up some code typos/engrish. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12391 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 026f08c84..a26726b21 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -513,7 +513,7 @@ short mob_barricade_build(short m, short x, short y, short count, short dir, boo return 2; if( (barricade = (struct barricade_data *)strdb_get(barricade_db,event)) != NULL ) - return 3; // Allready a barricade with event name + return 3; // Already a barricade with event name if( map_getcell(m, x, y, CELL_CHKNOREACH) ) return 4; // Starting cell problem -- cgit v1.2.3-60-g2f50