mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix typos (thx joschiwald & Geodar)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user