diff options
| author | maximius <none@none> | 2009-11-19 03:53:49 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-19 03:53:49 -0800 |
| commit | 7ad284bd33b95ea40e2c0f972d843e55505c6f63 (patch) | |
| tree | d898296ac295a750e29942e74b17c8d32a48dba9 /sql/FULL | |
| parent | 9953ff49b819ac2f0abf6ad08711f2193d9e9861 (diff) | |
*Some cleanup.
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -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); |
