diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2017-02-19 20:45:55 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-08-17 20:04:14 +0200 |
commit | aa8c52d9dd9f661b99cbc3f410d30980059bc76b (patch) | |
tree | 28709d92bdd4354dc195dfb4ce90e5d50d44c935 /sql | |
parent | 1c926d0171cfd2ddb60cea6ef2903314848da7aa (diff) |
DB/SAI: Zangen Stonehoof
Remove part of script which rings bell at start of nights event when his nightly script activates as this should no longer be needed.
(cherrypicked from d535b98b057f20012653af6af496d9f22f055a83)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2019_07_24_03_world_2017_02_19_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_24_03_world_2017_02_19_02_world.sql b/sql/updates/world/master/2019_07_24_03_world_2017_02_19_02_world.sql new file mode 100644 index 00000000000..72bdf08122f --- /dev/null +++ b/sql/updates/world/master/2019_07_24_03_world_2017_02_19_02_world.sql @@ -0,0 +1 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid`=4721 AND `source_type`=0 AND `id`=6 AND `link`=0; |