diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-29 01:01:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 18:41:01 +0200 |
commit | c0797592918d3fce2d6645e85ddec7c8c3362526 (patch) | |
tree | 3fb5a171935d08e06982293b32370813e2501b49 | |
parent | 14db0e1bdf67098c3c127da890498ecafd8e5842 (diff) |
DB/Quest: Lightforge Ingots
Closes #22196
(cherry picked from commit a815c645169801ce24a7871b7cbd5998e4473a2c)
-rw-r--r-- | sql/updates/world/master/2021_10_17_13_world_2018_07_29_01_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_13_world_2018_07_29_01_world_335.sql b/sql/updates/world/master/2021_10_17_13_world_2018_07_29_01_world_335.sql new file mode 100644 index 00000000000..a751a6202ba --- /dev/null +++ b/sql/updates/world/master/2021_10_17_13_world_2018_07_29_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry`=526; +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1,526,0,"","","Deprecated quest"); |