Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinerarogue authored Dec 28, 2024
1 parent 46d9184 commit cbe8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/database/gen_db/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ func GetPhaseData(item *proto.UIItem) int32 {
return 2
}

// Ony items don't have a ZoneID. Let's add it for UI filtering, then return phase 1
// Azzy items don't have a ZoneID. Let's add it for UI filtering, then return phase 1
if dropSource.NpcId == 6109 {
dropSource.ZoneId = 16
return 2
Expand Down

0 comments on commit cbe8361

Please sign in to comment.