Kinglykrab 5720a5020d
[Quest API] Add attuned/augment support to client->SummonBaggedItems() in Perl/Lua. (#1580)
Perl Example:
```pl
my @bag_items = (
      { item_id => 33649, charges => 1, attuned => 1, augment_one => 32940 }
    );
```

Lua Example:
```lua
local bag_items = {
	{ item_id = 33649, charges = 1, attuned = 1, augment_one = 32940 }
}
2021-10-02 19:35:35 -04:00
..
2020-03-12 00:00:39 -05:00
2021-09-23 13:48:15 -04:00
2021-08-31 01:24:21 -05:00
2021-09-23 14:14:46 -04:00
2019-10-12 21:07:06 -07:00
2019-10-12 21:07:06 -07:00
2018-03-04 13:54:28 -05:00
2017-04-10 14:52:44 -04:00
2019-10-13 00:53:31 -07:00
2017-05-15 15:46:19 -07:00
2021-02-12 02:42:03 -05:00
2018-11-07 21:55:12 -08:00
2019-09-01 23:54:24 -05:00
2020-04-19 04:36:39 -05:00
2019-10-12 21:07:06 -07:00
2017-07-15 20:29:55 -07:00
2020-02-22 16:17:18 -06:00
2020-01-31 20:25:06 -06:00