aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-02-24 16:14:34 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-02-24 16:14:34 +0000
commit2502c383eff5c68384c7bb6dd6539aff5aeea585 (patch)
tree128c06eed2ecb295d95bdaad8289172bd07fe241
parentca0aa4f19f8d27c513dde93eb8a0931f56b20642 (diff)
DB/Quest: Measuring Warp Energies
Disable los on Warp Measurement otherwise provided quest item only gives credit when literally standing right on top of spell focus object
-rw-r--r--sql/updates/world/2015_02_24_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_24_01_world.sql b/sql/updates/world/2015_02_24_01_world.sql
new file mode 100644
index 00000000000..3db370ac965
--- /dev/null
+++ b/sql/updates/world/2015_02_24_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=35113;
+INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
+(0, 35113, 64, '', '', 'Ignore LOS on Warp Measurement');