mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Experimenting with packets
This commit is contained in:
@@ -2177,7 +2177,7 @@ namespace UF
|
||||
eq->next_id = emu->next_id;
|
||||
eq->cost2 = emu->total_cost;
|
||||
eq->grant_only = emu->grant_only > 0 ? true : false;
|
||||
eq->expendable_charges = emu->expendable ? 1 : 0;
|
||||
eq->expendable_charges = emu->charges ? 1 : 0;
|
||||
eq->aa_expansion = emu->expansion;
|
||||
eq->special_category = emu->category;
|
||||
eq->total_abilities = emu->total_effects;
|
||||
|
||||
Reference in New Issue
Block a user