[svn] Celestial class start quest bug fix
Posted: Mon Oct 29, 2012 1:44 am
Recently many files were updated with a fix related to the transmog chest now popping up before area transitions.
This fix also needs to be applied here:
\game\modules\tome\data\chats\zoisla.lua : line 34
Old:
New:
This fixes may errors related to the celestial class start quest.
This fix also needs to be applied here:
\game\modules\tome\data\chats\zoisla.lua : line 34
Old:
Code: Select all
game:changeLevel(2, (rng.table{"trollmire","ruins-kor-pul","scintillating-caves","rhaloren-camp","norgos-lair","heart-gloom"}))
Code: Select all
game:changeLevel(2, (rng.table{"trollmire","ruins-kor-pul","scintillating-caves","rhaloren-camp","norgos-lair","heart-gloom"}), {direct_switch=true})