| 
				 nubi sql 
 I noticed that the Troopers and Crusaders in Cabilis only use the correct textures when you use #gender 2 in game. 
 I want to fix the db to this..
 
 select * from npc_types where name='Trooper%'
 
 but I also need to access the various spawn tables in the same query, somthing like if name=Trooper% && zone='Cabwest'
 
 Can also do the same thing for fixing some mobs sizes then.
 
 Any ideas plz?
 |