View Single Post
  #1  
Old 11-04-2002, 12:45 PM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default Fix: Hand to Hand weapons

Small fix for players using hand to hand weapons..The skill used was wrong.

Fix:

zone/attack.cpp

Code:
136a143
> 	  // quester: hand to hand weapon
138a146
> 		// cout << "hth weapon in use" << endl;
140c148
<         skillinuse = 29;
==========
>         skillinuse = 28;
Reply With Quote