mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/2015_02_23_09_world.sql
Normal file
5
sql/updates/world/2015_02_23_09_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_scripts` WHERE `id`= 66477;
|
||||
INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
|
||||
(66477, 0, 0, 15, 66622, 2, 1, 0, 0, 0, 0),
|
||||
(66477, 0, 0, 15, 66478, 2, 1, 0, 0, 0, 0),
|
||||
(66477, 0, 0, 15, 66041, 2, 1, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user