summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-11-06 09:39:47 +0100
committerMichieru <Michieru@users.noreply.github.com>2014-11-06 09:39:47 +0100
commitcf18e5578f85bc6c368a2ad4d7c746af8687c7f0 (patch)
treeea37f03e39b9733d296f712cf5aeffb6c62dad76 /src/map/status.h
parent81d226af05a8ddc551f59ebfa8674cce5fe579b3 (diff)
downloadhercules-cf18e5578f85bc6c368a2ad4d7c746af8687c7f0.tar.gz
hercules-cf18e5578f85bc6c368a2ad4d7c746af8687c7f0.tar.bz2
hercules-cf18e5578f85bc6c368a2ad4d7c746af8687c7f0.tar.xz
hercules-cf18e5578f85bc6c368a2ad4d7c746af8687c7f0.zip
revert Git:10e6f1a189f20ca346ada2f6199378869b370442
For now MD_RANDOMTARGET is not use and create problem with clone http://hercules.ws/board/tracker/issue-8424-taekwon-stanceskill-transfered/
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index e96894e9f..aca26b1af 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -1600,7 +1600,6 @@ enum e_mode
MD_CHANGETARGET_MELEE = 0x1000,
MD_CHANGETARGET_CHASE = 0x2000,
MD_TARGETWEAK = 0x4000,
- MD_RANDOMTARGET = 0x8000,
MD_MASK = 0xFFFF,
};