diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2019-06-17 10:28:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-17 10:28:57 +0200 |
| commit | 2f7806df08ed812c0b6a9f8ec2c21656b3c95064 (patch) | |
| tree | 6c660acbc7122df90fcc78631bed1ae28a27c2b4 | |
| parent | e87f8b1aacafb640fba19375dc0bcb8e34870534 (diff) | |
Update 9999_99_99_99_world.sql
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql index 9ad15f3f3e3..b88ba01cf53 100644 --- a/sql/updates/world/3.3.5/9999_99_99_99_world.sql +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -20,9 +20,9 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`, (15,10908,0,0,0,9,0,24535,0,0,0,0,0,'','Show gossip option if 24535 is incomplete'), (15,10908,0,0,1,9,0,24563,0,0,0,0,0,'','Show gossip option if 24563 is incomplete'); -DELETE FROM `gameobject` WHERE `guid`=9004 AND `id`=201718; +DELETE FROM `gameobject` WHERE `guid`=9008 AND `id`=201718; INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES -(9004,201718,530,1,2049,11791.83,-7065.792,24.60784,0,0,0,0,1,120,255,1); +(9008,201718,530,1,2049,11791.83,-7065.792,24.60784,0,0,0,0,1,120,255,1); -- Thalorien Dawnseeker UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry`=37205; |
