diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-05 16:09:08 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-03-05 16:09:08 +0100 |
| commit | aac7b81feb591d5f75c146ce97594a1c37c4095f (patch) | |
| tree | 506d4aa126645ecbf56709ce6930d1c8773aa676 | |
| parent | 0eacccc2cd614aaef790ad0ce9df3d57212e9b58 (diff) | |
DB/GameObject: Update Blacksmithing Plans scripts and respawn time
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_05_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_05_00_world.sql b/sql/updates/world/3.3.5/2019_03_05_00_world.sql new file mode 100644 index 00000000000..b84b35e0ddb --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_05_00_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`=43200 WHERE `id` IN (176325,176327,173232,173234); +UPDATE `gameobject_template` SET `AIName`="" WHERE `entry` IN (176325,176327); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (176325,176327) AND `source_type`=1; +DELETE FROM `event_scripts` WHERE `id` IN (5300,5301); +INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(5300,0,10,11120,900000,0,3581.71, -2984.3996, 125.001, 4.991206), +(5301,0,10,11121,900000,0,3823.34, -3708.2463, 143.355, 1.963489); |
