Im looking to change all the old bear models to the newer(ish) PoP models. I like their animations better. If i do a sql query of
Code:
update npc_types set race = 305 where race = 43;
305 PoP bear race 43 old world bear race
Will this update all the bear races 43 to 305? Just want to make sure it works before I try it.