Kinglykrab 8ae9c99f3d Added new data bucket and quest functionality.
Added multiple new instance related quest functions.
	1. quest::GetInstanceIDByCharID(const char *zone, int16 version, uint32 char_id)
		- Allows you to pull the instance ID of a client by character ID.
	2. quest::AssignToInstanceByCharID(uint16 instance_id, uint32 char_id)
		- Allows you to assign an instance to a client by character ID.
	3. quest::RemoveFromInstanceByCharID(uint16 instance_id, uint32 char_id)
		- Allows you to remove a client from an instance by character ID.

Added spell buckets, similar to spell globals.
	- Uses a new spell_buckets table and the Spells:EnableSpellBuckets rule.

Added max level by data bucket.
	- Uses data bucket char_id-CharMaxLevel and Character:PerCharacterBucketMaxLevel rule.
2018-12-13 19:42:31 -05:00
..
2015-06-20 19:44:00 -07:00
2018-11-14 20:39:18 -05:00
2017-07-04 13:01:34 -04:00
2018-08-13 22:32:36 -04:00
2018-10-09 22:04:47 -04:00
2018-10-09 22:04:47 -04:00
2018-10-09 22:04:47 -04:00
2018-10-09 22:04:47 -04:00
2018-10-09 22:04:47 -04:00
2018-09-07 23:54:40 -04:00
2018-07-21 19:16:19 -04:00
2018-10-09 22:04:47 -04:00
2018-08-13 22:32:36 -04:00
2018-08-13 22:32:36 -04:00
2016-10-30 22:51:50 -04:00
2016-05-24 23:24:49 -05:00
2017-08-24 04:15:55 -05:00
2018-07-22 18:22:07 -04:00
2018-03-04 13:54:28 -05:00
2018-11-14 22:59:07 -05:00
2018-10-06 23:23:29 -04:00
2018-10-06 23:23:29 -04:00
2018-07-02 01:03:02 -05:00
2017-10-08 21:43:16 -04:00
2017-04-10 14:52:44 -04:00
2017-05-19 22:50:08 -07:00
2016-11-09 12:14:24 -05:00
2016-11-09 12:14:24 -05:00
2017-06-16 23:12:54 -07:00
2017-06-16 23:12:54 -07:00
2017-06-19 14:45:08 -07:00
2017-05-15 15:46:19 -07:00
2018-03-08 18:03:15 -05:00
2018-11-03 17:44:19 -04:00
2018-11-03 17:44:19 -04:00
2018-05-12 03:31:47 -05:00
2018-07-22 12:39:34 -04:00
2015-01-22 16:52:50 -08:00
2018-05-12 22:30:07 -07:00
2018-07-01 19:56:02 -05:00
2018-07-01 19:50:56 -05:00
2018-07-01 19:30:52 -05:00
2018-07-01 20:20:40 -05:00
2018-07-01 20:29:44 -05:00
2018-07-01 20:39:21 -05:00
2016-05-25 16:10:28 -04:00
2018-08-13 22:32:36 -04:00
2016-05-25 16:10:28 -04:00
2016-05-25 16:10:28 -04:00
2017-10-16 15:52:59 -05:00
2017-04-02 20:03:51 -07:00
2014-12-15 19:16:53 -06:00
2017-07-15 20:29:55 -07:00