For an immediate fix, I figured out how to use LIKE %sumair (or fire, etc) for mage pets.
Quote:
UPDATE npc_types SET hp = hp * 8 WHERE npc_types.name LIKE 'sumfire%';
|
It's not streamlined like I was hoping for, but better than doing every single one by hand.
I think it would be interesting to see pets become easily distinguished from all other npc_types, but maybe it isn't as useful as I think it would be.