Skip to content

Commit

Permalink
Reparsed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrage committed Aug 25, 2024
1 parent d743fc3 commit 05aa5c8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
local ObjectDB = ObjectDB; for objectID,objectData in pairs({
[455972] = {
readable = "Librarian's Magnifiers",
model = 5202153,
text = {
en = "Librarian's Magnifiers",
es = "Librarian's Magnifiers",
de = "Librarian's Magnifiers",
fr = "Librarian's Magnifiers",
it = "Librarian's Magnifiers",
pt = "Librarian's Magnifiers",
ru = "Librarian's Magnifiers",
ko = "Librarian's Magnifiers",
cn = "Librarian's Magnifiers",
},
},
})
do ObjectDB[objectID] = objectData; end
Loading

0 comments on commit 05aa5c8

Please sign in to comment.