diff options
author | gerripeach <phillip.wow@gmx.de> | 2013-10-22 19:25:47 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-10-22 20:27:50 +0200 |
commit | 5c0cf982a72056357b0ef67f2eecbb220f71618b (patch) | |
tree | 9009bea66332eaa9eb1959e60a5d8bcd21213cca | |
parent | 9802c7b89180c594da8eb2e2554d7836c5dfeb9b (diff) |
Core/Spell: Shaman Bloodlust/Heroism ignore LOS
closes: #6307
-rw-r--r-- | sql/updates/world/2013_10_22_00_world_conditions.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_22_00_world_conditions.sql b/sql/updates/world/2013_10_22_00_world_conditions.sql new file mode 100644 index 00000000000..7757f50c92c --- /dev/null +++ b/sql/updates/world/2013_10_22_00_world_conditions.sql @@ -0,0 +1,4 @@ +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN(2825, 32182); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `comment`) VALUES +(0, 2825, 64, 'Ignore LOS for Heroism'), +(0, 32182, 64, 'Ignore LOS for Bloodlust'); |