diff --git a/app/lib/LevelBus.coffee b/app/lib/LevelBus.coffee index 8b270808b..f4b24bc47 100644 --- a/app/lib/LevelBus.coffee +++ b/app/lib/LevelBus.coffee @@ -112,7 +112,7 @@ module.exports = class LevelBus extends Bus @changedSessionProperties.teamSpells = true @session.set({'teamSpells': @teamSpellMap}) @saveSession() - if spellTeam is me.team + if spellTeam is me.team or spellTeam is "common" @onSpellChanged e # Save the new spell to the session, too. onScriptStateChanged: (e) ->