-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Little clean up to Warfronts due to some bad API data and overlapping…
… in-game results (another revision soon, so much duplicated...)
- Loading branch information
Showing
3 changed files
with
37 additions
and
20 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.contrib/Parser/DATAS/00 - DB/Dynamic/DynamicObjectDB_638720920112336254.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,18 @@ | ||
local ObjectDB = ObjectDB; for objectID,objectData in pairs({ | ||
[403458] = { | ||
readable = "Dauntless Draught", | ||
model = 304794, | ||
text = { | ||
en = "Dauntless Draught", | ||
es = "Jarabe intrépido", | ||
de = "Trunk der Furchtloser Funke", | ||
fr = "Breuvage de l’Audacieux", | ||
it = "Spina dell'Impavida", | ||
pt = "Grogue Inabalável", | ||
ru = "Храбрый хмель", | ||
ko = "용맹주", | ||
cn = "果敢饮剂", | ||
}, | ||
}, | ||
}) | ||
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
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