diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-11-01 18:58:09 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-01 18:58:09 +0100 |
| commit | 9a0fe9d63690c784aaf027a1b0f83c249b32f445 (patch) | |
| tree | 9bb75fdb21374a437a733868ee365d68407b29a8 | |
| parent | 2f768822507381d9a70abc10e14084cf50f618d1 (diff) | |
DB/SAI: essential update for Ruuzlu & Sandfury Executioner (Target Between 0-20% Health)
Closes #20760
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_01_10_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_01_10_world.sql b/sql/updates/world/3.3.5/2017_11_01_10_world.sql new file mode 100644 index 00000000000..92a83754818 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_01_10_world.sql @@ -0,0 +1,4 @@ +-- Ruuzlu +UPDATE `smart_scripts` SET `event_param1`=0 WHERE `entryorguid`=7797 AND `source_type`=0 AND `id`=0; +-- Sandfury Executioner +UPDATE `smart_scripts` SET `event_param1`=0 WHERE `entryorguid`=7274 AND `source_type`=0 AND `id`=3; |
