summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-22 02:44:44 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-22 02:44:44 +0000
commit1fed7f0d07a699772fb086c55cb6cb2fa0d642da (patch)
treed055048b3f44bb6ad9e38eff5debc6002b29b1f9
parent38c57a94616b709508e78ea4d49a4e6d02621c3f (diff)
downloadhercules-1fed7f0d07a699772fb086c55cb6cb2fa0d642da.tar.gz
hercules-1fed7f0d07a699772fb086c55cb6cb2fa0d642da.tar.bz2
hercules-1fed7f0d07a699772fb086c55cb6cb2fa0d642da.tar.xz
hercules-1fed7f0d07a699772fb086c55cb6cb2fa0d642da.zip
Fixed bugreport:5445 Severe Rainstorm skill now takes arrow element in account
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15750 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--db/pre-re/skill_db.txt1
-rw-r--r--db/re/skill_db.txt2
-rw-r--r--src/map/pc.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/db/pre-re/skill_db.txt b/db/pre-re/skill_db.txt
index cc47f7ea0..073d1c045 100644
--- a/db/pre-re/skill_db.txt
+++ b/db/pre-re/skill_db.txt
@@ -941,6 +941,7 @@
2432,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_MELODYOFSINK,Melody of Sink
2433,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_BEYOND_OF_WARCRY,Warcry of Beyond
2434,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_UNLIMITED_HUMMING_VOICE,Unlimited Humming Voice
+2516,11,6,1,-1,0x2,5,5,1,no,0,0,0,weapon,0, WM_SEVERE_RAINSTORM_MELEE,Severe Rainstorm Melee
//2021,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_VENOMIMPRESS,
//2022,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CROSSIMPACT,
diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt
index f4b1bfb75..0c65e594b 100644
--- a/db/re/skill_db.txt
+++ b/db/re/skill_db.txt
@@ -942,7 +942,7 @@
2432,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_MELODYOFSINK,Melody of Sink
2433,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_BEYOND_OF_WARCRY,Warcry of Beyond
2434,0,6,4,0,0x3,5,5,1,yes,0,0x4000,0,none,0, WM_UNLIMITED_HUMMING_VOICE,Unlimited Humming Voice
-
+2516,11,6,1,-1,0x2,5,5,1,no,0,0,0,weapon,0, WM_SEVERE_RAINSTORM_MELEE,Severe Rainstorm Melee
//2021,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_VENOMIMPRESS,
//2022,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CROSSIMPACT,
diff --git a/src/map/pc.c b/src/map/pc.c
index d5a7c65cc..fc108888f 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -1310,6 +1310,7 @@ int pc_calc_skilltree(struct map_session_data *sd)
case WL_SUMMON_ATK_GROUND:
case LG_OVERBRAND_BRANDISH:
case LG_OVERBRAND_PLUSATK:
+ case WM_SEVERE_RAINSTORM_MELEE:
case ALL_BUYING_STORE:
continue;
default: