-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0f1f8c
commit b75119c
Showing
4 changed files
with
102 additions
and
7 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
.contrib/.classic/.db/00 - DB/Dynamic/DynamicObjectDB_638565815978000267.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
local ObjectDB = ObjectDB; for objectID,objectData in pairs({ | ||
[195202] = { | ||
readable = "Thinnest Part of the Hull", | ||
model = 190104, | ||
text = { | ||
en = "Thinnest Part of the Hull", | ||
es = "La parte más delgada del casco", | ||
de = "Dünnster Teil des Rumpfs", | ||
fr = "Partie la plus fine de la coque", | ||
it = "Parte Più Sottile dello Scafo", | ||
pt = "Parte Mais Fina do Casco", | ||
ru = "Самая тонкая часть корпуса", | ||
ko = "장갑의 가장 얇은 부분", | ||
cn = "船体最薄的部位", | ||
}, | ||
}, | ||
[203067] = { | ||
readable = "Twilight Anvil", | ||
model = 189642, | ||
text = { | ||
en = "Twilight Anvil", | ||
es = "Yunque Crepuscular", | ||
de = "Amboss des Schattenhammers", | ||
fr = "Enclume du Crépuscule", | ||
it = "Incudine del Crepuscolo", | ||
pt = "Bigorna do Crepúsculo", | ||
ru = "Наковальня Сумеречного Молота", | ||
ko = "황혼의 모루", | ||
cn = "暮光铁砧", | ||
}, | ||
}, | ||
}) | ||
do ObjectDB[objectID] = objectData; end |
Oops, something went wrong.