Jump to content

[fix]Death Rune Mastery, Reaping, Blood of the North


Auntie Mangos

Recommended Posts

  • 40 years later...

What bug does the patch fix? What features does the patch add?

implement Death Rune Mastery, Reaping, Blood of the North

For which repository revision was the patch created?

10199

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

---

Who has been writing this patch? Please include either forum user names or email addresses.

me

Core:

http://pastebin.com/AZynWbkS

DB (9 slot spell family mask):

DELETE FROM spell_proc_event WHERE entry IN (54639, 49467, 49208);

INSERT INTO spell_proc_event VALUES

/* Death Rune Mastery*/

(49467, 0, 15, 16, 0, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),

/* Blood of the North*/

(54639, 0, 15, 4194304, 0, 0, 65536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),

/*Reaping*/

(49208, 0, 15, 4194304, 0, 0, 65536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

DB (3 slot spell family mask):

DELETE FROM spell_proc_event WHERE entry IN (54639, 49467, 49208);

INSERT INTO spell_proc_event VALUES

/* Death Rune Mastery*/

(49467, 0, 15, 16, 131072, 0, 0, 0, 0, 0, 0),

/* Blood of the North*/

(54639, 0, 15, 4194304, 65536, 0, 0, 0, 0, 0, 0),

/*Reaping*/

(49208, 0, 15, 4194304, 65536, 0, 0, 0, 0, 0, 0);

Link to comment
Share on other sites

Hey MrLama your patch is slightly out of date, I compiled with (clean):

MaNGOS/0.17.0-DEV (* * Revision 10246 - *) for Win32 (little-endian) [world-daemon]

UDB 0.12.0 (391) for MaNGOS 9999 with SD2 SQL for rev. 1702

EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client)

The problem was that you returned a bool, when I swapped the return value(s) to a SpellAuraProcResult enum it compiled fine.

Link to comment
Share on other sites

  • 5 weeks later...
  • 2 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use