mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9826] Fix spell 38736
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
049951a988
commit
c5ed3978bc
6 changed files with 16 additions and 3 deletions
4
sql/updates/9826_01_mangos_spell_script_target.sql
Normal file
4
sql/updates/9826_01_mangos_spell_script_target.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9803_01_mangos_spell_bonus_data required_9826_01_mangos_spell_script_target bit;
|
||||
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN ('38736','38729');
|
||||
INSERT INTO `spell_script_target` VALUES ('38736','1','22288'), ('38729','0','185191');
|
||||
Loading…
Add table
Add a link
Reference in a new issue