From 3b1acea7535060bcf62550558d4ef41d1ea812f7 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 21 Nov 2014 00:45:34 +0000 Subject: 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 --- sql/updates/world/2014_11_20_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_11_20_05_world.sql (limited to 'sql') 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; -- cgit v1.2.3