Skip to content

Commit

Permalink
Updated database contents from the original repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Nov 6, 2024
1 parent 48afcb1 commit ec4150c
Show file tree
Hide file tree
Showing 1,796 changed files with 1,397,978 additions and 685,888 deletions.
1,626 changes: 1,626 additions & 0 deletions 00 - DB/AccountWideQuestsDB.lua

Large diffs are not rendered by default.

243,474 changes: 0 additions & 243,474 deletions 00 - DB/AchievementDB.lua

This file was deleted.

38,422 changes: 38,422 additions & 0 deletions 00 - DB/AchievementDB/04 - Cataclysm.lua

Large diffs are not rendered by default.

50,005 changes: 50,005 additions & 0 deletions 00 - DB/AchievementDB/11 - The War Within.lua

Large diffs are not rendered by default.

896 changes: 453 additions & 443 deletions 00 - DB/CategoryDB.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 00 - DB/ClassInfoDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ClassInfoDB = {
["Spec"] = {},
["SpecSet"] = {},
["GetClassesBySet"] = function(specSetID)
local classes = ClassInfoDB["SpecSet"][specSetID];
local classes = ClassInfoDB.SpecSet[specSetID];
-- if all classes are valid, then no need to define
if #classes < 13 then
return classes;
Expand Down
18 changes: 18 additions & 0 deletions 00 - DB/Dynamic/DarkmoonFortuneCard.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
local ObjectDB = ObjectDB; for objectID,objectData in pairs({
[467337] = {
readable = "Darkmoon Fortune Card",
model = 5334402,
text = {
en = "Darkmoon Fortune Card",
es = "[Darkmoon Fortune Card]",
de = "[Darkmoon Fortune Card]",
fr = "[Darkmoon Fortune Card]",
it = "[Darkmoon Fortune Card]",
pt = "[Darkmoon Fortune Card]",
ru = "[Darkmoon Fortune Card]",
ko = "[Darkmoon Fortune Card]",
cn = "[Darkmoon Fortune Card]",
},
},
})
do ObjectDB[objectID] = objectData; end
Loading

0 comments on commit ec4150c

Please sign in to comment.