View Single Post
  #20  
Old 02-07-2013, 05:31 PM
Disorder
Hill Giant
 
Join Date: Apr 2010
Location: USA
Posts: 133
Default

Code:
UPDATE
    npc_types
INNER JOIN
    pets
ON
    npc_types.id = pets.npcID
AND
    pets.npcID < 29000
SET
    hp = hp * 8;
Is this in reference to a new table being created first, c0ncrete?
__________________
Disorder
Reply With Quote