mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
[svn] Continue the work of rewriting spell target selection functions (warning: this may cause some spells broken).
Add some spell_script_target. Delete some workaround in scripts (since core provides spell support now). --HG-- branch : trunk
This commit is contained in:
8
sql/updates/116_world.sql
Normal file
8
sql/updates/116_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `spell_script_target` VALUES ('30531', '1', '17256');
|
||||
INSERT INTO `spell_script_target` VALUES ('41455', '1', '22949');
|
||||
INSERT INTO `spell_script_target` VALUES ('41455', '1', '22950');
|
||||
INSERT INTO `spell_script_target` VALUES ('41455', '1', '22951');
|
||||
INSERT INTO `spell_script_target` VALUES ('41455', '1', '22952');
|
||||
INSERT INTO `spell_script_target` VALUES ('42471', '1', '23817');
|
||||
INSERT INTO `spell_script_target` VALUES ('43734', '1', '23817');
|
||||
INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920');
|
||||
Reference in New Issue
Block a user