Activated light field load from npctypes table

This commit is contained in:
Uleat
2015-01-21 20:01:59 -05:00
parent a71690b725
commit b186b0538a
3 changed files with 18 additions and 7 deletions
@@ -0,0 +1,5 @@
-- 'greater lightstone' light level on 'wisp' race
UPDATE `npc_types` SET `light` = 11 WHERE `race` = 69;
-- 'fire beetle eye' light level on 'beetle' race with name criteria
UPDATE `npc_types` SET `light` = 12 WHERE `race` = 22 AND (`name` LIKE '%fire%' OR `name` LIKE '%lava%');