diff --git a/client/GUIClasses.cpp b/client/GUIClasses.cpp index 688eda68b..c02d27de2 100644 --- a/client/GUIClasses.cpp +++ b/client/GUIClasses.cpp @@ -4364,7 +4364,7 @@ void CArtPlace::clickLeft(tribool down, bool previousState) { if(ourArt->id == 0) { - CSpellWindow * spellWindow = new CSpellWindow(genRect(595, 620, (conf.cc.resx - 620)/2, (conf.cc.resy - 595)/2), ourOwner->curHero, LOCPLINT); + CSpellWindow * spellWindow = new CSpellWindow(genRect(595, 620, (conf.cc.resx - 620)/2, (conf.cc.resy - 595)/2), ourOwner->curHero, LOCPLINT, LOCPLINT->battleInt); GH.pushInt(spellWindow); } }