diff options
author | Taylor Locke <kisuka@kisuka.com> | 2014-08-31 13:32:12 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2014-08-31 13:32:12 -0700 |
commit | 1c97ace441cd08ad3c193fd51cb72b3f3cafd956 (patch) | |
tree | 4071bdeec05e32578a53ce4cde444f21c531b320 /npc/re | |
parent | bac319d7f99c9a87c20774a50e13d9c80d2aaf8a (diff) | |
download | hercules-1c97ace441cd08ad3c193fd51cb72b3f3cafd956.tar.gz hercules-1c97ace441cd08ad3c193fd51cb72b3f3cafd956.tar.bz2 hercules-1c97ace441cd08ad3c193fd51cb72b3f3cafd956.tar.xz hercules-1c97ace441cd08ad3c193fd51cb72b3f3cafd956.zip |
Fixed a small typo in Wolfchev Instance. (rAthena 403c22b)
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/instances/WolfchevLaboratory.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/instances/WolfchevLaboratory.txt b/npc/re/instances/WolfchevLaboratory.txt index 70cc81b8f..cfe1cd0a5 100644 --- a/npc/re/instances/WolfchevLaboratory.txt +++ b/npc/re/instances/WolfchevLaboratory.txt @@ -1,9 +1,9 @@ -//===== Hercules Script ======================================================== +//===== Hercules Script ======================================================== //= Wolfchev's Laboratory //===== By: ==================================================================== //= Kisuka (1.0) //===== Current Version: ======================================================= -//= 1.0.1 +//= 1.0.2 //===== File Encoding ========================================================== //= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: =========================================================== @@ -11,6 +11,7 @@ //===== Additional Comments: =================================================== //= 1.0.0 Initial Release. [Kisuka] //= 1.0.1 Some Clean-Up and Fixes. [Euphy] +//= 1.0.2 Fixed a small typo. [Euphy] //============================================================================== 1@lhz mapflag src4instance @@ -949,7 +950,7 @@ lhz_cube,233,24,4 script Sorcerer#Bio4Reward 4_M_UMDANCEKID,{ .@equip_item = getequipid(.@position); .@lhz_max_num = 4000; if(.@equip_item == Agent_Katar || .@equip_item == Guillotine_Katar || .@equip_item == Ygnus_Stale || - .@equip_item == End_Sektura || .@equip_item = Cannon_Spear || .@equip_item == Giant_Lance || + .@equip_item == End_Sektura || .@equip_item == Cannon_Spear || .@equip_item == Giant_Lance || .@equip_item == Aztoe_Nail || .@equip_item == Scarletto_Nail || .@equip_item == Bloody_Cross) { .@type = 1; if(.@equip_item == Giant_Lance) |