Page 1 of 1

Mob type changes [Resolves #480]

Posted: Sun Feb 17, 2013 1:37 pm
by Hypnotoad
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

Re: Mob type changes [Resolves #480]

Posted: Tue Feb 19, 2013 7:39 pm
by whasf
Thank you, committed r2682