Fixed typo in 6397_world.sql

Please re-import it (thank you Stryker).

--HG--
branch : trunk
This commit is contained in:
teacher
2009-12-05 18:25:32 +01:00
parent 49ee73a36d
commit e5e9ff8e02
+4 -3
View File
@@ -1,3 +1,4 @@
DELETE FROM `spell_script_target` WHERE `entry`=45364;
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(45364,1,25478);
DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=25478
DELETE FROM `spell_script_target` WHERE `entry`=45634;
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(45634,1,25478);