Jump to content

[SQL-Fix] Idol of Lunar Fury, also changes for spell_proc_event


Guest Wowka321

Recommended Posts

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

First part: allow to save in spell_proc_event and in spell_bonus_data entry with > 65536. It's need for new spells.

Second part: correct proc flags for Idol of Lunar Fury

For which repository revision was the patch created?

8799

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

Me - Wowka321

First part

ALTER TABLE `spell_proc_event` CHANGE COLUMN `entry` `entry` mediumint(8) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `spell_bonus_data` CHANGE COLUMN `entry` `entry` mediumint(8) unsigned NOT NULL DEFAULT '0';

Second part:

DELETE FROM spell_proc_event WHERE entry = 67361;
INSERT INTO spell_proc_event VALUES
(67361, 0x40, 7, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);

Link to comment
Share on other sites

  • 4 months later...
×
×
  • 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