summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-10 18:19:16 -0300
committershennetsind <ind@henn.et>2013-10-10 18:19:31 -0300
commita2e01e40c9e60b8b2d75e4faf41d80a7041e8f93 (patch)
treef91fcb5ddb1097dc483bfb4d646ae9278ea70368 /src/map/atcommand.c
parentd8f102fb65a6dc422a138862571a29d888182618 (diff)
downloadhercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.gz
hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.bz2
hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.xz
hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.zip
Homun-S Quest Updated
Partial Merge of 0b68607 Quest Changelog: - 1.2 Replaced with official script. [Euphy] Closes #177 Closes #178 Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 3d04a6bff..4933256a2 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -6869,7 +6869,7 @@ ACMD(makehomun) {
homunid = atoi(message);
if( homunid == -1 && sd->status.hom_id && !homun_alive(sd->hd) ) {
- if( !sd->hd->homunculus.vaporize )
+ if( sd->hd->homunculus.vaporize )
homun->ressurect(sd, 100, sd->bl.x, sd->bl.y);
else
homun->call(sd);