View Single Post
  #286  
Unread 11-13-2005, 12:02 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default Claim Window

SOE broke the Claim window by adding a Version number to their claim window and doing a check against that for Claim windows that hadn't been updated. Since I updated faster than they could put in their check, my perfectly functioning window doesn't pass their new check

To fix this...
Open eq2ui_popup_claim in NotePad.
Find
Code:
UserResizable="true">
Replace with
Code:
UserResizable="true" version="2">
I'll look into reported button issues in the error dialog box.
Reply With Quote