diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 01:19:37 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 01:19:37 +0100 |
| commit | 383e1a13f4230c222dcc11cec92d5b6b1d39a2e0 (patch) | |
| tree | d2218e82b11b70a4a634de0185138d254b7e99c2 | |
| parent | e524539d90f7c1b3393754641729fa844119b881 (diff) | |
DB/SAI: Fix "Sludge Belcher" event spamming with aura
| -rw-r--r-- | sql/updates/world/2013_01_20_00_world_sai.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_20_00_world_sai.sql b/sql/updates/world/2013_01_20_00_world_sai.sql new file mode 100644 index 00000000000..d4e4bb81c41 --- /dev/null +++ b/sql/updates/world/2013_01_20_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_type`=25,`event_flags`=0,`event_param1`=0,`event_param2`=0 WHERE `entryorguid`=16029 AND `source_type`=0 AND `id`=0; -- Sludge Belcher |
