mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-23 05:59:40 +00:00
fix enum value for woodfall restoration (#769)
This commit is contained in:
parent
4d1ddff798
commit
a5059beaeb
@ -8,7 +8,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
/* 2 */ BGBREAKWALL_F_2 = 3, // Poisoned Woodfall Mountain
|
||||
/* 2 */ BGBREAKWALL_F_2 = 2, // Poisoned Woodfall Mountain
|
||||
/* 3 */ BGBREAKWALL_F_3 = 3, // Spring Woodfall Mountain
|
||||
} BgBreakwallParamEx;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user