View Single Post
  #2  
Old 03-18-2013, 04:22 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Comment out lines 2728 to 2761 in merc.cpp i.e. the for loop that starts with:
Code:
for(int x = TRIBUTE_SLOT_START; x < (TRIBUTE_SLOT_START + MAX_PLAYER_TRIBUTES); ++x)
until it is fixed.
Reply With Quote