mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-11-30 04:35:58 +00:00
Rune functions done.
This commit is contained in:
parent
331d1d75fe
commit
343fa4253b
@ -123,6 +123,8 @@ namespace d2_tweaks {
|
||||
void extract_r32(bool value);
|
||||
void extract_r33(bool value);
|
||||
|
||||
|
||||
|
||||
void update_show_gold(bool value);
|
||||
void update_show_runes(bool value);
|
||||
void update_show_gems(bool value);
|
||||
|
@ -954,8 +954,8 @@ namespace diablo2 {
|
||||
UNIT_STAT_UNUSED_76 = 492,
|
||||
UNIT_STAT_UNUSED_77 = 493,
|
||||
UNIT_STAT_UNUSED_78 = 494,
|
||||
UNIT_STAT_UNUSED_79 = 495,
|
||||
UNIT_STAT_UNUSED_80 = 496,
|
||||
UNIT_STAT_runebag_RunesE = 495,
|
||||
UNIT_STAT_runebag_RunesF = 496,
|
||||
UNIT_STAT_passive_sum_mastery = 497,
|
||||
UNIT_STAT_item_socketmultiplier = 498,
|
||||
UNIT_STAT_gembag_Ruby = 499,
|
||||
@ -968,7 +968,7 @@ namespace diablo2 {
|
||||
UNIT_STAT_runebag_RunesA = 506,
|
||||
UNIT_STAT_runebag_RunesB = 507,
|
||||
UNIT_STAT_runebag_RunesC = 508,
|
||||
UNIT_STAT_UNUSED_83 = 509,
|
||||
UNIT_STAT_runebag_RunesD = 509,
|
||||
UNIT_STAT_item_aura_display = 510,
|
||||
};
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user