Merge remote-tracking branch 'remotes/origin/master' into logging_changes

This commit is contained in:
Akkadius
2015-01-21 20:04:17 -06:00
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%');