From 05e03e7634d257820d49e3d93aed4da374eee869 Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Mon, 7 Jan 2013 23:09:34 +0100 Subject: [PATCH] SQL: Rename SQL merged in PR --- ...012_12_23_02_world_buru.sql => 2013_01_07_09_world_buru.sql} | 2 +- ...12_20_00_world_skeram.sql => 2013_01_07_10_world_skeram.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sql/updates/world/{2012_12_23_02_world_buru.sql => 2013_01_07_09_world_buru.sql} (97%) rename sql/updates/world/{2012_12_20_00_world_skeram.sql => 2013_01_07_10_world_skeram.sql} (100%) diff --git a/sql/updates/world/2012_12_23_02_world_buru.sql b/sql/updates/world/2013_01_07_09_world_buru.sql similarity index 97% rename from sql/updates/world/2012_12_23_02_world_buru.sql rename to sql/updates/world/2013_01_07_09_world_buru.sql index daab88f6cea..a7e1d5a0ef1 100644 --- a/sql/updates/world/2012_12_23_02_world_buru.sql +++ b/sql/updates/world/2013_01_07_09_world_buru.sql @@ -1,7 +1,7 @@ UPDATE `creature_template` SET ScriptName='npc_buru_egg' WHERE entry=15514; UPDATE `creature_template` SET `faction_A`=16,`faction_H`=16 WHERE `entry` IN (15514,15370); DELETE FROM `creature` WHERE `id`=15521; -- because **** you, thats why -SET @GUID :=xxx; -- Change me plz +SET @GUID :=61988; DELETE FROM `creature` WHERE `id`=15514; INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES (@GUID, 15514, 509, 1, 1, -9270.393, 1243.896, -63.76731, 2.722714, 7200, 0, 0), diff --git a/sql/updates/world/2012_12_20_00_world_skeram.sql b/sql/updates/world/2013_01_07_10_world_skeram.sql similarity index 100% rename from sql/updates/world/2012_12_20_00_world_skeram.sql rename to sql/updates/world/2013_01_07_10_world_skeram.sql