Thread: Watermaps
View Single Post
  #10  
Old 01-17-2008, 11:02 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Angelox View Post
Code:
INSERT INTO rule_values VALUES (0,"Watermap:CheckForWaterWhenFishing","30");
That rule should be true or false, e.g.

Code:
INSERT INTO rule_values VALUES (0,"Watermap:CheckForWaterWhenFishing","true");
Reply With Quote