@@ -815,7 +815,7 @@ <h3 class="text-lg font-bold text-yellow-400 mb-3 flex items-center gap-2 upperc
815815 < span class ="text-xl "> 📜</ span > CD-Einteilung Übersicht
816816 </ h3 >
817817
818- < div id ="leishen -planner-summary " class ="grid grid-cols-1 lg:grid-cols-2 gap-4 bg-slate-800/60 p-4 rounded-lg border border-yellow-600/30 shadow-sm min-h-[100px] ">
818+ < div id ="lei-shen -planner-summary " class ="grid grid-cols-1 lg:grid-cols-2 gap-4 bg-slate-800/60 p-4 rounded-lg border border-yellow-600/30 shadow-sm min-h-[100px] ">
819819 < p class ="text-gray-500 text-xs italic col-span-2 text-center py-6 ">
820820 Warte auf Eingabe... < br >
821821 < span class ="opacity-50 "> (Ändere etwas im Planer, um die Vorschau zu laden)</ span >
@@ -828,7 +828,7 @@ <h3 class="text-lg font-bold text-yellow-400 mb-3 flex items-center gap-2 upperc
828828 < strong > % / #:</ strong > Entweder % Lebenspunkte (bei Health) oder Reihenfolge (1, 2, 3...)
829829 </ div >
830830
831- < div id ="leishen -planner-container " class ="space-y-2 planner-scroll-container "> </ div >
831+ < div id ="lei-shen -planner-container " class ="space-y-2 planner-scroll-container "> </ div >
832832
833833 < div class ="mt-4 text-xs text-gray-500 italic ">
834834 * < strong > NPC:</ strong > Wähle hier den Boss/Add, wenn du "Health %" nutzt.
@@ -929,7 +929,7 @@ <h3 class="text-xl font-bold text-red-500">Heroische Anpassungen</h3>
929929 const NPC_OPTIONS = [
930930 "Lei Shen"
931931 ] ;
932- const container = document . getElementById ( 'leishen -planner-container' ) ;
932+ const container = document . getElementById ( 'lei-shen -planner-container' ) ;
933933 const getCooldownOptions = ( ) => {
934934 let html = '<option value="">-- Cooldown --</option>' ;
935935 allCooldowns . forEach ( cd => {
0 commit comments