View Single Post
  #4  
Unread 03-13-2005, 04:53 PM
Dolby's Avatar
Dolby Dolby is offline
Bacon Eater
Premium Member
EQ2Interface Admin
This person is a EQ2Map developer.
 
Join Date: Feb 2004
Posts: 2,452
Default

Fixed it. It was POI # 576

IT had a description of
Quote:
Has henchmen called "fascinated prisoner"s.
and I edited it to this
Quote:
Has henchmen called fascinated prisoners.
and it started working again.

Eola, I think you just need to addslashes($var) when sending it to the java code. I think the java code will only display the quotes if it is like this... \"hello\". I could be wrong and the java code could just not like the quotes at all then you'd just replace them when spitting the data out to the java.
Reply With Quote