diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 23:24:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 23:24:17 -0300 |
commit | f18ad8f29090dd7c95b47922aabfb5e5569c7630 (patch) | |
tree | a80f8b34f677372e843d88bd8b662a3def8ef2bb /src/map | |
parent | 7d545db1cc52a9aefd5cfbe12a66fa83fbcde4cc (diff) | |
download | hercules-stable.tar.gz hercules-stable.tar.bz2 hercules-stable.tar.xz hercules-stable.zip |
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c index f515d4403..3747abd6e 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -16552,6 +16552,8 @@ static BUILDIN(summon) clif->specialeffect(&md->bl,344,AREA); sc_start4(NULL, &md->bl, SC_MODECHANGE, 100, 1, 0, MD_AGGRESSIVE, 0, 60000); } + //mob_id = mob->once_spawn(sd, m, x, y, str, class_, amount, event, size, ai); + script_pushint(st, (md) ? md->bl.id : 0); return true; } |