Thread: hand to hand
View Single Post
  #10  
Old 11-04-2002, 12:44 PM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default

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