From 94ef426968f6a3787f7a358b946dcd226b7bbf5f Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Wed, 3 Sep 2014 05:04:02 -0300 Subject: Core/Misc: Kill a white line from last commit and a small change to last sql --- sql/updates/world/2014_09_03_00_world_creature_summon_groups.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_03_00_world_creature_summon_groups.sql b/sql/updates/world/2014_09_03_00_world_creature_summon_groups.sql index 13e87461ff3..aba5b88b1d4 100644 --- a/sql/updates/world/2014_09_03_00_world_creature_summon_groups.sql +++ b/sql/updates/world/2014_09_03_00_world_creature_summon_groups.sql @@ -1,6 +1,6 @@ -- SWP: Move Muru summons to database -DELETE FROM `creature_summon_groups` WHERE `summonerId` = 25741 AND `entry` IN (25798, 25799, 25744); SET @MURU := 25741; +DELETE FROM `creature_summon_groups` WHERE `summonerId` = @MURU AND `entry` IN (25798, 25799, 25744); INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES (@MURU, 0, 0, 25799, 1780.16, 666.83, 71.19, 5.21, 5, 0), -- Shadowsword Fury Mage (@MURU, 0, 0, 25799, 1847.93, 600.30, 71.30, 2.57, 5, 0), -- cgit v1.2.3