mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
[Core/Spells]: Fix glyph of arcane shot not refunding mana. (#7395)
* [Core/Spells]: Fix glyph of arcane shot not refunding mana. * chore: add newline at the end of file * Update rev_1629141434760979400.sql * Update spell_hunter.cpp * Update rev_1629141434760979400.sql * Update spell_hunter.cpp * Update data/sql/updates/pending_db_world/rev_1629141434760979400.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629141434760979400');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 56841;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(56841, 0, 9, 0x800, 0x800, 0x800, 0x100, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 56841 AND `ScriptName` = 'spell_hun_glyph_of_arcane_shot';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (56841,'spell_hun_glyph_of_arcane_shot');
|
||||
Reference in New Issue
Block a user