summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-06-28 09:51:58 -0700
committermalufett <malufett.eat.my.binaries@gmail.com>2013-06-28 09:51:58 -0700
commitce5085a000ee7babb05b9e6a86410e13a75d7606 (patch)
tree02010821095b55a8b889f955c2ac6edf1c14b9a4 /src/map/unit.c
parent203e44e51c8cb133bf3fb20b372d16ea92be7667 (diff)
downloadhercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.gz
hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.bz2
hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.xz
hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.zip
Fixed Bug#6991
-Where cardfix is not working properly. Thanks Kyeme Renewal Update: -updated/completed mastery fix damage factor(skills and sc). -initial implementation for new NPC skills (note: not yet functional dbs not yet updated).
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 5e836dc2e..e5affb0c2 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -945,7 +945,7 @@ int unit_can_move(struct block_list *bl) {
|| sc->data[SC__MANHOLE]
|| sc->data[SC_CURSEDCIRCLE_ATKER]
|| sc->data[SC_CURSEDCIRCLE_TARGET]
- || (sc->data[SC_CRYSTALIZE] && bl->type != BL_MOB)
+ || (sc->data[SC_COLD] && bl->type != BL_MOB)
|| sc->data[SC_NETHERWORLD]
|| (sc->data[SC_CAMOUFLAGE] && sc->data[SC_CAMOUFLAGE]->val1 < 3 && !(sc->data[SC_CAMOUFLAGE]->val3&1))
|| sc->data[SC_MEIKYOUSISUI]