summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-27 10:47:02 -0200
committershennetsind <ind@henn.et>2013-11-27 10:47:02 -0200
commit8ecffa8892e00fc1116e4e34fa448e46774194e5 (patch)
tree1d07fc89342b740735ae5bb83fdf6ab0e37fbcd4 /src/map/skill.c
parent85d99a3207a34eb5abdc3bafd44d9e7d10082bc6 (diff)
downloadhercules-8ecffa8892e00fc1116e4e34fa448e46774194e5.tar.gz
hercules-8ecffa8892e00fc1116e4e34fa448e46774194e5.tar.bz2
hercules-8ecffa8892e00fc1116e4e34fa448e46774194e5.tar.xz
hercules-8ecffa8892e00fc1116e4e34fa448e46774194e5.zip
Dropped emperium spawn restrictions
Thanks to kyeme for bringing it to our attention. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 698252d18..84c45e8a6 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -12930,7 +12930,7 @@ int skill_check_condition_castbegin(struct map_session_data* sd, uint16 skill_id
if (map->foreachinrange(mob->count_sub, &sd->bl, skill->get_splash(skill_id, skill_lv), BL_MOB,
MOBID_EMPERIUM, MOBID_GUARIDAN_STONE1, MOBID_GUARIDAN_STONE2)) {
char output[128];
- sprintf(output, "You're too close to a stone or emperium to do this skill");
+ sprintf(output, "You're too close to a stone or emperium to do this skill"); /* TODO official response? or message.conf it */
clif->colormes(sd->fd, COLOR_RED, output);
return 0;
}