diff options
author | Komurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-30 08:30:06 +0000 |
---|---|---|
committer | Komurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-30 08:30:06 +0000 |
commit | 7dce873e34f8aa9b0cdd584db07651ec26d2e641 (patch) | |
tree | ba6e2de9c7bbf6a2452f05b0d657e6722d466f47 | |
parent | ade714d129fe396f32009bcb7845b6c06e4e5398 (diff) | |
download | hercules-7dce873e34f8aa9b0cdd584db07651ec26d2e641.tar.gz hercules-7dce873e34f8aa9b0cdd584db07651ec26d2e641.tar.bz2 hercules-7dce873e34f8aa9b0cdd584db07651ec26d2e641.tar.xz hercules-7dce873e34f8aa9b0cdd584db07651ec26d2e641.zip |
Oh, me so baka ;P Added bSPVanishRate to const.txt - Dark Priest Card should work now
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5110 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | db/const.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 704d01dc2..da2501b4f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/01/30
+ * Added bSPVanishRate to const.txt - Dark Priest Card should work now ^^
* Implemented bonus2 bSPVanishRate for Dark Priest Card [Komurka]
- it isn't finished - I get '[Warning]: pc_bonus2: unknown type 0 50 10!' ><
* Applied lordalfa patch - you can now forbid usage of certain cards on PVP/GVG/WoE
diff --git a/db/const.txt b/db/const.txt index b82b5fa5d..b6669a621 100644 --- a/db/const.txt +++ b/db/const.txt @@ -302,7 +302,8 @@ bUnstripableShield 2037 bIntravision 2038
bAddMonsterDropItemGroup 2039
bSPLossRate 2040
-bAddSkillBlow 2041
+bAddSkillBlow 2041
+bSPVanishRate 2042
Eff_Stone 0
Eff_Freeze 1
|