From 38e55a7c23b9ae0f9227120ba4d465999a0b3427 Mon Sep 17 00:00:00 2001 From: momacabu Date: Sat, 24 Nov 2012 20:21:46 +0000 Subject: Fixed behavior in permanent mob spawns allowing new optional parameters: level, size and AI. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16962 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 1fbb02a86..b011c8193 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -324,6 +324,7 @@ struct spawn_data { unsigned short num; //Number of mobs using this structure unsigned short active;//Number of mobs that are already spawned (for mob_remove_damaged: no) unsigned int delay1, delay2; //Spawn delay (fixed base + random variance) + unsigned int level; struct { unsigned int size : 2; //Holds if mob has to be tiny/large unsigned int ai : 4; //Special ai for summoned monsters. -- cgit v1.2.3-70-g09d2