diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 74205676280..7836104eb79 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -511,11 +511,11 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -- For quest The Denouncement and The Restless Dead DELETE FROM `spell_script_target` WHERE `entry` IN (48714,57806); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -('48714', '2', '27237'), -('48714', '2', '27235'), -('48714', '2', '27234'), -('48714', '2', '27236'), -('57806', '2', '31043'); +(48714, 2, 27237), +(48714, 2, 27235), +(48714, 2, 27234), +(48714, 2, 27236), +(57806, 2, 31043); -- Zul'Drak DELETE FROM `spell_script_target` WHERE `entry` IN (55083,55223,59951,59952); |
