Add missing spells

This commit is contained in:
sladecraven 2020-11-06 09:00:50 +01:00
parent 8e61f8a2a6
commit 9244bd6d2a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package.path = package.path .. ";luajson/?.lua"
local JSON = require"json"
local enjsonf = "../../WFRP-4th-Edition-FoundryVTT_2_SLADECRAVEN/lang/en.json"
local enjsonf = "../../WFRP4e-FoundryVTT/lang/en.json"
local frjsonf = "../fr.json"
local fp = io.open(enjsonf, "r")
@ -14,7 +14,7 @@ fp:close()
for tag, value in pairs(entags) do
if not frtags[tag] then
print("Missing tag not found", tag, value)
print(tag, value)
end
end