diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 20:02:56 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 20:02:56 +0000 |
commit | 62573e9b22189fb5499f01b019726b2081d6a90f (patch) | |
tree | 3eea2eacf5db046365dc2ce2d9cbe858e600f68b /db/const.txt | |
parent | e3fc29cdea4d5ef4d016d08d5797d0cb0e42508a (diff) | |
download | hercules-62573e9b22189fb5499f01b019726b2081d6a90f.tar.gz hercules-62573e9b22189fb5499f01b019726b2081d6a90f.tar.bz2 hercules-62573e9b22189fb5499f01b019726b2081d6a90f.tar.xz hercules-62573e9b22189fb5499f01b019726b2081d6a90f.zip |
Fixed the stun typo that has been in eAthena for ages
- SC_STAN is now SC_STUN
- Eff_Stan is now Eff_Stun
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6352 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 195b9ed81..6660f3e49 100644 --- a/db/const.txt +++ b/db/const.txt @@ -317,6 +317,7 @@ bSPVanishRate 2042 Eff_Stone 0
Eff_Freeze 1
Eff_Stan 2
+Eff_Stun 2
Eff_Sleep 3
Eff_Poison 4
Eff_Curse 5
@@ -389,6 +390,7 @@ IG_GiftBoxChina 34 SC_STONE 0
SC_FREEZE 1
SC_STAN 2
+SC_STUN 2
SC_SLEEP 3
SC_POISON 4
SC_CURSE 5
|