diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-13 09:47:35 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-13 09:47:35 +0100 |
commit | 8a889e37c132637cf019edbc748bc97f6fd0ba6b (patch) | |
tree | 18513acc6b6c4130152245d53c4fd33b952f2cfd | |
parent | 027f7fc92212c1ed0723f2b71fc4a6fa7af87236 (diff) |
Fix typos (thx joschiwald & Geodar)
-rw-r--r-- | sql/updates/world/2012_11_12_02_world_quest_template.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2012_11_12_03_world_misc.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_11_12_02_world_quest_template.sql b/sql/updates/world/2012_11_12_02_world_quest_template.sql index 084a822dfaa..8f988bfa4ab 100644 --- a/sql/updates/world/2012_11_12_02_world_quest_template.sql +++ b/sql/updates/world/2012_11_12_02_world_quest_template.sql @@ -1,4 +1,4 @@ -DELETE FROM `gameobject` WHERE `guid`IN (335,); +DELETE FROM `gameobject` WHERE `guid`IN (335,347); INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (335,324,1,1,1,-6314,507.647,7.651,0.496,0,0,0,0,2700,100,1), (347,1684,1,1,1,1524.929,-4371.182,17.94367,1.62046,0,0,0,1,300,100,1); diff --git a/sql/updates/world/2012_11_12_03_world_misc.sql b/sql/updates/world/2012_11_12_03_world_misc.sql index c8d99f0b70b..20c91974bbb 100644 --- a/sql/updates/world/2012_11_12_03_world_misc.sql +++ b/sql/updates/world/2012_11_12_03_world_misc.sql @@ -51,7 +51,7 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type (34300,0,5,0,0,0,100,0,4000,7000,9000,13000,11,51901,0,0,0,0,0,2,0,0,0,0,0,0,0,'Mature Lasher - On update (IC) - Spellcast Dream Lash'); -- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- Secrets of the Scourge -UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `entry`=12312; +UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `Id`=12312; -- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- Icehorn updates from sniffs UPDATE `creature_template` SET `speed_run`=0.9920629, `rank`=4, `unit_flags`=32832, `family`=43, `type_flags`=65537 WHERE `entry`=32361; |