Quantcast

Add list=<name> parameter to SpellInfo to add/create to the spell list.

Author Johnny C. Lam <jlam88@gmail.com>
Author date 2013-07-05 07:02:33
Author local date 2013-07-05 07:02:33 +0000
Committer Johnny C. Lam <jlam88@gmail.com>
Committer date 2013-07-05 07:02:33
Committer local date 2013-07-05 07:02:33 +0000
Commit 2e989620356909eea9c7ddfa7313971d90141ab8
Tree 0328165f03b4c045e13572aad81dd85f38dad084
Parent 339044654c4db08116b1fcb7c015fcb5a564a703
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