Jump to content

Recommended Posts

Posted

I wrote this topic http://getmangos.eu/community/showthread.php?12844-[bug-fix]Goblin-Rocket-Launcher-missing-spell_bonus_data-records&highlight=

UDB 0.11.6 (387) for MaNGOS 9310 with SD2 SQL for rev. 1566.

http://www.wowhead.com/?item=23836

Goblin Rocket Launcher has bonus from spell power.

For example: (spellpower/dmg)

86 / ~1.3k

1235/ ~2.1k

1488/ ~2.5k

The same problem is with http://www.wowhead.com/?spell=54998

This is my little patch

DELETE FROM spell_bonus_data WHERE entry IN (46567,54757);
INSERT INTO spell_bonus_data VALUES
(46567,0,0,0,'Item - Goblin Rocket Launcher'),
(54757,0,0,0,'Spell - Pyro Rocket');

Works correct on my server.

  • 40 years 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