mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[11501] Implement item 46098/46348 enchanting work.
This commit is contained in:
parent
d00592f692
commit
eb61995f7e
6 changed files with 30 additions and 3 deletions
5
sql/updates/11501_02_mangos_spell_bonus_data.sql
Normal file
5
sql/updates/11501_02_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11501_01_mangos_spell_proc_event required_11501_02_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM spell_bonus_data WHERE entry IN (64569);
|
||||
INSERT INTO spell_bonus_data VALUES
|
||||
(64569, 0, 0, 0, 0, 'Item - Blood Reserve');
|
||||
Loading…
Add table
Add a link
Reference in a new issue