diff options
author | Kodekc <Kodekc@users.noreply.github.com> | 2018-06-13 22:10:23 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-06-13 22:10:23 +0200 |
commit | 3e5ab8f8f50e5c24c52608f7391f7ffd2683dfae (patch) | |
tree | 1fdd3820d7e1ad5604014ad9f2686ef0589fa91c /sql | |
parent | 0a0ae6b88d270ec3ebd45d1c18500fe97e3f4417 (diff) |
DB/SAI: Small Crag Boar
Closes #21337
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_06_13_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_06_13_01_world.sql b/sql/updates/world/master/2018_06_13_01_world.sql new file mode 100644 index 00000000000..bb42501b1e4 --- /dev/null +++ b/sql/updates/world/master/2018_06_13_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=0,`event_type`=9, `event_param1`=5, `event_param2`=30, `event_param3`=1500, `event_param4`=2000, `action_param2`=1, `target_type`=2, `comment`='Small Crag Boar - Within 5-30 Range - Cast \'Boar Charge\' (No Repeat)' WHERE `entryorguid`=708 AND `source_type`=0 AND `id`=0 AND `link`=0; |