server/sql/updates/0.7/4031_spell_chain.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

10 lines
289 B
SQL

DELETE FROM `spell_chain` WHERE `spell_id` IN (34594, 34954);
INSERT INTO `spell_chain` VALUES
(34954,34950,34950,2);
DELETE FROM `spell_chain` WHERE `spell_id` IN ( 31833, 31835, 31836 );
INSERT INTO `spell_chain` VALUES
(31833,0,31833,1),
(31835,31833,31833,2),
(31836,31835,31833,3);