Skip to content

Commit f3ca8b8

Browse files
committed
Merge branch 'update-glyphs' into feature/paladin
2 parents 78224db + 654f1f3 commit f3ca8b8

9 files changed

Lines changed: 402 additions & 664 deletions

File tree

assets/database/db.bin

-223 Bytes
Binary file not shown.

assets/database/db.json

Lines changed: 390 additions & 293 deletions
Large diffs are not rendered by default.

assets/database/leftover_db.bin

0 Bytes
Binary file not shown.

assets/db_inputs/glyph_id_map.json

Lines changed: 0 additions & 360 deletions
This file was deleted.

proto/paladin.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ enum PaladinMinorGlyph {
7575
GlyphOfTheFallingAvenger = 80584;
7676
GlyphOfTheRighteousRetreat = 80585;
7777
GlyphOfBladedJudgment = 80586;
78-
GlyphOfRighteousRetreat = 85716;
7978
GlyphOfTheExorcist = 104107;
8079
GlyphOfPillarOfLight = 104108;
8180
}

sim/common/mop/metagems.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
)
66

77
func init() {
8-
98
// Keep these in order by item ID
109
// Agile Primal Diamond
1110
core.NewItemEffect(76884, core.ApplyMetaGemCriticalDamageEffect)

tools/database/gen_db/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,13 @@ func main() {
142142

143143
db := database.NewWowDatabase()
144144
db.Encounters = core.PresetEncounters
145-
db.GlyphIDs = getGlyphIDsFromJson(fmt.Sprintf("%s/glyph_id_map.json", inputsDir))
146145
db.ReforgeStats = reforgeStats.ToProto()
147146

148147
iconsMap, _ := database.LoadArtTexturePaths("./tools/DB2ToSqlite/listfile.csv")
149148
var instance = dbc.GetDBC()
150149
instance.LoadSpellScaling()
151150

152-
database.GenerateProtos(instance)
151+
database.GenerateProtos(instance, db)
153152

154153
for _, item := range instance.Items {
155154
parsed := item.ToUIItem()

0 commit comments

Comments
 (0)