Fixed documentation for bNoWeaponDamage and bNoMagicDamage. (bugreport:5972)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16468 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
kenpachi2k11 2012-07-21 23:05:42 +00:00
parent a0289efcfe
commit 8751cbba73
2 changed files with 3 additions and 3 deletions

View File

@ -118,8 +118,8 @@ bonus bRestartFullRecover,n; When reviving, HP and SP are fully healed (n is me
bonus bNoCastCancel,n; Prevents casting from being interrupted when hit (does not work in GvG | n is meaningless) bonus bNoCastCancel,n; Prevents casting from being interrupted when hit (does not work in GvG | n is meaningless)
bonus bNoCastCancel2,n; Prevents casting from being interrupted when hit (works even in GvG | n is meaningless) bonus bNoCastCancel2,n; Prevents casting from being interrupted when hit (works even in GvG | n is meaningless)
bonus bNoSizeFix,n; The attack revision with the size of the monster is not received (n is meaningless) bonus bNoSizeFix,n; The attack revision with the size of the monster is not received (n is meaningless)
bonus bNoWeaponDamage,n; Prevents from receiving any physical damage (n is meaningless) bonus bNoWeaponDamage,n; Prevents from receiving n% physical damage (n is meaningless)
bonus bNoMagicDamage,n; Prevents from receiving any magical effect (Attack, Healing, Support spells are all blocked | n is meaningless) bonus bNoMagicDamage,n; Prevents from receiving n% magical effect (Attack, Healing, Support spells are all blocked | n is meaningless)
bonus bNoGemStone,n; Skills requiring Gemstones do no require them (Hocus Pocus will still require 1 Yellow Gemstone | n is meaningless) bonus bNoGemStone,n; Skills requiring Gemstones do no require them (Hocus Pocus will still require 1 Yellow Gemstone | n is meaningless)
bonus bIntravision,n; Always see Hiding and Cloaking players/mobs (n is meaningless) bonus bIntravision,n; Always see Hiding and Cloaking players/mobs (n is meaningless)
bonus bHealPower,n; Increase heal amount of all heal skills by n% bonus bHealPower,n; Increase heal amount of all heal skills by n%

View File

@ -46,7 +46,7 @@
// 20120307 - 2012-03-07aRagexeRE+ - 0x970 // 20120307 - 2012-03-07aRagexeRE+ - 0x970
#ifndef PACKETVER #ifndef PACKETVER
#define PACKETVER 20120410 #define PACKETVER 20110315
//#define PACKETVER 20111116 //#define PACKETVER 20111116
#endif #endif