diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 800b8920d..0facac58d 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -7,7 +7,7 @@ //= DON'T REMOVE THIS! (by request of him, he provided all //= the info regarding the quests and shops.) //===== Current Version: ===================================== -//= 1.10b +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -23,8 +23,9 @@ //= 1.7b Parenthesis fixes [KarLaeda] //= 1.8 Fixed the reward you can get [Playtester] //= 1.9 Removed some 'clever' script constructs [ultramage] -//= 1.10 Updated to official version - Thanks to Omega for +//= 2.0 Updated to official version - Thanks to Omega for //= his first try [SinSloth] 1.10b - removed .GATs [Lupus] +//= 2.1 Wise Bull Horn now deletes all items. Thanks to yyCC. [L0ne_W0lf] //============================================================ que_ng,152,167,3 script Master Miller 901,{ @@ -318,6 +319,7 @@ payon,184,65,3 script The Wise Bull Horn 866,{ delitem 1019,1; delitem 912,3; delitem 511,3; + delitem 1013,3; //Colorful_Shell set GUNS_Q,3; close; |