diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-21 00:45:34 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-21 00:45:34 +0000 |
| commit | 3b1acea7535060bcf62550558d4ef41d1ea812f7 (patch) | |
| tree | 674cd0ef972736d54c2532928e88582b23e9d187 | |
| parent | e75534301d707cdf30f4ebe03923b8b4bcfa72d3 (diff) | |
DB/Misc: Deviate Ravager
It helps if creatures cast damaging spells while in combat and when they have a target not when out of combat
Closes https://github.com/TrinityCore/TrinityCore/issues/13585
| -rw-r--r-- | sql/updates/world/2014_11_20_05_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_20_05_world.sql b/sql/updates/world/2014_11_20_05_world.sql new file mode 100644 index 00000000000..1a8ac671e94 --- /dev/null +++ b/sql/updates/world/2014_11_20_05_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_type`=0 WHERE `entryorguid`=3636 AND `source_type`=0 AND `id`=0 AND `link`=0; |
