diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-25 19:17:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-25 19:17:00 +0200 |
| commit | 2452fb977b246629d50669cb646844b5e3b13cdd (patch) | |
| tree | 8ae39a0223540665e9d4f58ca740351f853f7f33 | |
| parent | 28968c61622da9c8831d8334bb25532a291a44eb (diff) | |
DB/SAI: fix db errors introduced in 31e495f.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_25_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_25_04_world.sql b/sql/updates/world/3.3.5/2016_09_25_04_world.sql new file mode 100644 index 00000000000..b38d749af4c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_25_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Guard - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25342 AND `id`=3; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Worker - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25343 AND `id`=3; |
