mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
*Some new spell_script_target. By Aokromes.
--HG-- branch : trunk
This commit is contained in:
10
sql/updates/400_world.sql
Normal file
10
sql/updates/400_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (34186, 42492, 33831, 5628, 45109, 45149);
|
||||
INSERT INTO `spell_script_target` VALUES (34186, 1, 16938);
|
||||
INSERT INTO `spell_script_target` VALUES (42492, 1, 0);
|
||||
INSERT INTO `spell_script_target` VALUES (33831, 1, 0);
|
||||
INSERT INTO `spell_script_target` VALUES (5628, 1, 2011);
|
||||
INSERT INTO `spell_script_target` VALUES (5628, 1, 2012);
|
||||
INSERT INTO `spell_script_target` VALUES (5628, 1, 2013);
|
||||
INSERT INTO `spell_script_target` VALUES (5628, 1, 2014);
|
||||
INSERT INTO `spell_script_target` VALUES (45109, 1, 25084);
|
||||
INSERT INTO `spell_script_target` VALUES (45149, 0, 300154);
|
||||
Reference in New Issue
Block a user