forked from ATTWoWAddon/AllTheThings
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
.contrib/Parser/DATAS/00 - DB/Dynamic/DynamicObjectDB_638612422131148130.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,35 @@ | ||
local ObjectDB = ObjectDB; for objectID,objectData in pairs({ | ||
[410877] = { | ||
readable = "Scarlet Munitions", | ||
model = 1984114, | ||
text = { | ||
en = "Scarlet Munitions", | ||
es = "Munición Escarlata", | ||
de = "Scharlachrote Munition", | ||
fr = "Munitions écarlates", | ||
it = "Munizioni Scarlatte", | ||
pt = "Munições Escarlate", | ||
ru = "Боеприпасы Алого ордена", | ||
ko = "붉은십자군 군수품", | ||
cn = "血色弹药", | ||
tw = "Scarlet Munitions", | ||
}, | ||
}, | ||
[411762] = { | ||
readable = "Bomb Location", | ||
model = 985362, | ||
text = { | ||
en = "Bomb Location", | ||
es = "Ubicación de bomba", | ||
de = "Bombenstandort", | ||
fr = "Emplacement de la bombe", | ||
it = "Posizione Esplosivi", | ||
pt = "Local de Bomba", | ||
ru = "Местонахождение бомбы", | ||
ko = "폭탄 위치", | ||
cn = "炸弹位置", | ||
tw = "Bomb Location", | ||
}, | ||
}, | ||
}) | ||
do ObjectDB[objectID] = objectData; end |
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