Add list=<name> parameter to SpellInfo to add/create to the spell list.
Add list=<name> parameter to SpellInfo to add/create to the spell list.
This is an alternative way to create a spell list via SpellInfo as opposed
to listing them all directly in SpellList, i.e, these are equivalent:
Define(buff1 12345)
SpellInfo(buff1 list=trinket_proc_intellect)
Define(buff2 54321)
SpellInfo(buff2 list=trinket_proc_intellect)
and
Define(buff1 12345)
Define(buff2 54321)
SpellList(trinket_proc_intellect buff1 buff2)
This makes it easier to incrementally append to a spell list definition.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@934 d5049fe3-3747-40f7-a4b5-f36d6801af5f