diff options
author | Killyana <morphone1@gmail.com> | 2019-03-05 16:09:08 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:35:18 +0100 |
commit | a3c5db7d02dddec2d84425a25cc2cc1986a1a391 (patch) | |
tree | 63fb9657ae27cfc3442c101c2ed2573d88c532c4 | |
parent | 80421d7cacb5bac4d18ac03e25e007552af55370 (diff) |
DB/GameObject: Update Blacksmithing Plans scripts and respawn time
(cherry picked from commit aac7b81feb591d5f75c146ce97594a1c37c4095f)
-rw-r--r-- | sql/updates/world/master/2021_11_24_17_world_2019_03_05_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_17_world_2019_03_05_00_world.sql b/sql/updates/world/master/2021_11_24_17_world_2019_03_05_00_world.sql new file mode 100644 index 00000000000..b84b35e0ddb --- /dev/null +++ b/sql/updates/world/master/2021_11_24_17_world_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); |