diff options
author | Malcrom <malcromdev@gmail.com> | 2013-01-07 18:40:58 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-01-07 18:40:58 -0330 |
commit | 64be0ef3b034d13a9bcae97c5b1cbdd206de63e7 (patch) | |
tree | 52fea1bda19b3f4540642fcd0d6fb34ab638ea04 | |
parent | a8374bd00187b8adb7a27b05348da9114f2a977f (diff) | |
parent | 05e03e7634d257820d49e3d93aed4da374eee869 (diff) |
Merge branch 'master' of git://github.com/TrinityCore/TrinityCore
-rw-r--r-- | sql/updates/world/2013_01_07_09_world_buru.sql (renamed from sql/updates/world/2012_12_23_02_world_buru.sql) | 2 | ||||
-rw-r--r-- | sql/updates/world/2013_01_07_10_world_skeram.sql (renamed from sql/updates/world/2012_12_20_00_world_skeram.sql) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_12_23_02_world_buru.sql b/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 index fb62da5e994..fb62da5e994 100644 --- a/sql/updates/world/2012_12_20_00_world_skeram.sql +++ b/sql/updates/world/2013_01_07_10_world_skeram.sql |