diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-01 21:55:33 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-31 11:09:44 +0100 |
| commit | afe9eb82de98713199490f1e24e9d9c3e4259f83 (patch) | |
| tree | 5f3f4672d744a599652f0017e1f5e50afec85859 | |
| parent | e49e243f0cd3669349687e37290f6930574b3082 (diff) | |
DB/Creature: Murloc Scout
Closes #15612
(cherry picked from commit 5fd42e68aeeee84bd04ad750a848460adead953d)
| -rw-r--r-- | sql/updates/world/2015_10_31_22_world_2015_10_01_02.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_31_22_world_2015_10_01_02.sql b/sql/updates/world/2015_10_31_22_world_2015_10_01_02.sql new file mode 100644 index 00000000000..caaa229b9c3 --- /dev/null +++ b/sql/updates/world/2015_10_31_22_world_2015_10_01_02.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=2000, `event_param2`=3000, `event_param3`=13000, `event_param4`=15000, `action_param1`=7357, `action_param2`=0, COMMENT="Murloc Scout - In Combat - Cast 'Poisonous Stab'" WHERE `entryorguid`IN (578) AND `source_type`=0 AND `id`=0; |
