mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
And I should do like raczman, drink lots of coffee before committing.
Thank you Xeptor for spotting silly SQL typo in 6397_world.sql --HG-- branch : trunk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=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);
|
||||
|
||||
Reference in New Issue
Block a user