View Single Post
  #1  
Old 05-17-2009, 12:38 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default FYI: Issue with 524_rules_values_notes.sql

Just letting people know about this issue with this SVN file. Apostrophes are used to denote certain values which is fine if apostrophes weren't also used through out the file to show ownership (like Wizard's, Warrior's, etc) or conjunctions (and, weren't, aren't, you're) and it's going to cause SQL Syntax errors.
Code:
UPDATE `rule_values` SET notes = 'ms time until a player corpse is moved to a zone's graveyard:if one is specified for the zone' WHERE rule_name = 'Zone: GraveyardTimeMS';
Reply With Quote