|
@@ -448,7 +448,7 @@ int mob_once_spawn(struct map_session_data* sd, int m, short x, short y, const c
|
|
if (class_ < 0 && battle_config.dead_branch_active)
|
|
if (class_ < 0 && battle_config.dead_branch_active)
|
|
//Behold Aegis's masterful decisions yet again...
|
|
//Behold Aegis's masterful decisions yet again...
|
|
//"I understand the "Aggressive" part, but the "Can Move" and "Can Attack" is just stupid" - Poki#3
|
|
//"I understand the "Aggressive" part, but the "Can Move" and "Can Attack" is just stupid" - Poki#3
|
|
- sc_start4(&md->bl, SC_MODECHANGE, 100, 1, 0, MD_AGGRESSIVE|MD_CANATTACK|MD_CANMOVE, 0, 60000);
|
|
|
|
|
|
+ sc_start4(&md->bl, SC_MODECHANGE, 100, 1, 0, MD_AGGRESSIVE|MD_CANATTACK|MD_CANMOVE|MD_ANGRY, 0, 60000);
|
|
}
|
|
}
|
|
|
|
|
|
return (md)?md->bl.id : 0; // id of last spawned mob
|
|
return (md)?md->bl.id : 0; // id of last spawned mob
|