Thread: Quick Question
View Single Post
  #1  
Old 03-27-2015, 01:13 AM
Azrealvect
Sarnak
 
Join Date: May 2011
Posts: 53
Default Quick Question

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.
Reply With Quote