Have you changed the owner timeout for a warhorse as inventory item or as a 'real' warhorse?
If you read carefully dump.sql you'll find two different object types for warhorses
a warehorse as an inventory item (parent id) is 1041
- Code: Select all
(1041,1034,'Warhorses (item)',0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,'','',NULL,NULL),
a warehorse as a 'real' horse object (parent id) is 774
- Code: Select all
(774,772,'Warhorse',0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,'','',NULL,300),
So far, if you want to change the owner timeout of a 'real' warhorse edit the values of the following warhorse (object ids): 775 (spirited warhorse), 776 (hardy warhorse), 777 (heavy warhorse), 1139 (royal warhorse) .. and 1108 (horse "stallion") and 773 (horse)