Advertisement
gboisen

Untitled

Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. UPDATE `creature_template` SET `name` = 'Southsea Scrapper', `minlevel` = 19, `maxlevel` = 19, `lootid` = 0, `pickpocketloot` = 0, `spell1` = 6660, `mingold` = 15, `maxgold` = 25, `HealthModifier` = 3.5 WHERE (entry = 3382);
  2.  
  3. UPDATE `creature_template` SET `name` = 'Southsea Looter', `minlevel` = 19, `maxlevel` = 19, `faction` = 230, `mingold` = 15, `maxgold` = 25, `HealthModifier` = 3.5 WHERE (entry = 29020);
  4.  
  5. UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `lootid` = 0, `spell1` = 15610, `spell3` = '', `mingold` = 15, `maxgold` = 25, `HealthModifier` = 3 WHERE (entry = 3384);
  6.  
  7. UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `lootid` = 0, `pickpocketloot` = 0, `mingold` = 15, `maxgold` = 25, `HealthModifier` = 4 WHERE (entry = 7858);
  8.  
  9. UPDATE `creature_template` SET `name` = 'Southsea Pirate', `minlevel` = 19, `maxlevel` = 19, `lootid` = 0, `spell1` = 52761, `mingold` = 15, `maxgold` = 25, `HealthModifier` = 3.5 WHERE (entry = 15685);
  10.  
  11. UPDATE `creature_template` SET `name` = 'Southsea Sea Dog', `minlevel` = 19, `maxlevel` = 19, `faction` = 230, `lootid` = 0, `pickpocketloot` = 0, `spell1` = 52761, `spell2` = 15610, `spell3` = 6660, `mingold` = 25, `maxgold` = 50, `HealthModifier` = 5 WHERE (entry = 25839);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement