diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-03-29 18:19:08 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-03-29 18:19:08 +0100 |
commit | 4a5d7a395b4108f14b7d40af1c3256687c799d15 (patch) | |
tree | 745a023a2299887af64784c34f5bb8c59ccd6cc0 | |
parent | 973888ea2cc5dbea80a6a23cc80acd55e3061c09 (diff) |
DB/SAI: Fix "Badlands Enraged Rock Elemental" event spam
Closes #11802
-rw-r--r-- | sql/updates/world/2014_03_29_01_world_smart_scripts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_29_01_world_smart_scripts.sql b/sql/updates/world/2014_03_29_01_world_smart_scripts.sql new file mode 100644 index 00000000000..f8a147cb14a --- /dev/null +++ b/sql/updates/world/2014_03_29_01_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_flags` = `event_flags` |1 WHERE `entryorguid`=2791 AND `source_type`=0 AND `id`=0; |