Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Rimewynd on February 15, 2013, 07:57:28 am

Title: [SOLVED] Multiple Entries on the 'Spell required' table
Post by: Rimewynd on February 15, 2013, 07:57:28 am
As a bit of an off-the-wall question, I was wondering if it was possible to link a single spell to two different requirements.

IE:

Spell ID || Required ID
28675   ||   28596
28675   ||   25211

The ID numbers above are made up, but I'm just wondering if anyone knows if this would work offhand. If not, I'm sure I'll toy with it, but I was wondering if this sort of arrangement was possible without changing or adding additional functionality.
Title: Re: [QUESTION] Multiple Entries on the 'Spell required' tabl
Post by: Ascathos on February 15, 2013, 12:20:26 pm
I am pretty sure you talk about TrinityCore. Seeing as it is a Primarykey, then yes, it is possible.

Example:
34767 - 34769
34767 - 33391
Title: Re: [QUESTION] Multiple Entries on the 'Spell required' tabl
Post by: Rimewynd on February 15, 2013, 08:09:41 pm
Yes! Sorry, I ought to have specified. I was really tired when I made that post.

That's wonderful news. Thank you very much Ascathos.

Marking this as 'Solved'.