#W# Change: Trammel is now Underworld.
This commit is contained in:
parent
7cf3e68b37
commit
7a4daa801e
75 changed files with 1280 additions and 1280 deletions
|
|
@ -197,7 +197,7 @@ public class AdvancedSearchGump : Gump
|
|||
y += 20;
|
||||
AddCheck(5, y, 0xD2, 0xD3, Filter.FilterVeridia, 308);
|
||||
AddLabel(28, y, 0x384, "Fel");
|
||||
AddCheck(75, y, 0xD2, 0xD3, Filter.FilterTrammel, 309);
|
||||
AddCheck(75, y, 0xD2, 0xD3, Filter.FilterUnderworld, 309);
|
||||
AddLabel(98, y, 0x384, "Tram");
|
||||
|
||||
y += 20;
|
||||
|
|
@ -428,7 +428,7 @@ public class AdvancedSearchGump : Gump
|
|||
Filter.FilterType = info.IsSwitched(305);
|
||||
Filter.FilterName = info.IsSwitched(306);
|
||||
Filter.FilterVeridia = info.IsSwitched(308);
|
||||
Filter.FilterTrammel = info.IsSwitched(309);
|
||||
Filter.FilterUnderworld = info.IsSwitched(309);
|
||||
Filter.FilterMalas = info.IsSwitched(310);
|
||||
Filter.FilterIlshenar = info.IsSwitched(311);
|
||||
Filter.FilterInternalMap = info.IsSwitched(312);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue