Explorar el Código

[fixed] Missing '

Deroc hace 5 años
padre
commit
2d87694ee9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/castSpell.qsrc

+ 1 - 1
locations/castSpell.qsrc

@@ -72,7 +72,7 @@ if spellKnown[$SpellID] = 1:
 
 		dynamic $SpellExec
 	else
-		*pl "You realize you don't have enough mana for this spell."
+		*pl "You realize you don''t have enough mana for this spell."
 	end
 end