diff options
| author | offl <offl@users.noreply.github.com> | 2020-07-06 22:50:35 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-21 20:15:15 +0100 |
| commit | 80f605f0f6c43c372050a1f7096f41517d182343 (patch) | |
| tree | 068dd29220104fc21f1feb677182da5c1a334054 | |
| parent | 210276e5aa6d573f1dc1160429f800461dadae89 (diff) | |
DB/Creature: Execute Levixus' event only out of combat
Closes #24897
(cherry picked from commit bc404e1cf5a51d2f152b003782791f21e9881cff)
| -rw-r--r-- | sql/updates/world/master/2022_01_21_23_world_2020_07_05_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_23_world_2020_07_05_03_world.sql b/sql/updates/world/master/2022_01_21_23_world_2020_07_05_03_world.sql new file mode 100644 index 00000000000..04d379e13ea --- /dev/null +++ b/sql/updates/world/master/2022_01_21_23_world_2020_07_05_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `entryorguid` = 19847 AND `source_type` = 0 AND `id` = 4; |
