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
..
2013-02-16 18:05:41 -08:00
2013-03-24 08:36:53 -04:00
2013-04-08 22:33:19 -04:00
2013-11-06 13:48:35 -08:00
2014-03-02 17:36:18 -05:00
2014-04-28 17:18:23 -04:00
2014-07-09 19:19:51 -04:00
SQL
2014-08-02 10:43:48 -04:00
fix
2014-11-14 00:34:17 -05:00
2015-07-04 12:12:18 -04:00
2017-04-10 11:03:36 -07:00
2017-07-24 14:35:22 -04:00