Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4499_spell_script_target.sql
blob8a7e35357ce44576f7fadb0c006c75ee2354e16d
1 ALTER TABLE `spell_script_target`
2   CHANGE COLUMN `targetEntry` `targetEntry` int(11) unsigned default '0',
3   ADD UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`);