Mob type changes [Resolves #480]

Post Reply
Hypnotoad
Posts: 15
Joined: Fri Dec 14, 2012 7:25 am

Mob type changes [Resolves #480]

Post by Hypnotoad » Sun Feb 17, 2013 1:37 pm

The following SQL updates the mobType to "notorious monster" for the specified mobs, this change includes previous default values.

Code: Select all

-- Count Bifrons, Viscount Morax, Baron Vapula, Baronet Romwe (16 + 2)
UPDATE `mob_pools` SET `mobType` = '18' WHERE `poolid` IN ('812', '4239', '349', '346');
-- Platoon Scorpion, Fe'e, Evil Oscar, Chlevnik (8 + 2)
UPDATE `mob_pools` SET `mobType` = '10' WHERE `poolid` IN ('3157', '1330', '1265', '723');
This SQL resolves bug report #480

Bug Report #480

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Mob type changes [Resolves #480]

Post by whasf » Tue Feb 19, 2013 7:39 pm

Thank you, committed r2682
-- Whasf

Post Reply