diff options
author | Killyana <morphone1@gmail.com> | 2018-02-13 01:55:03 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-20 19:18:23 +0200 |
commit | 6a0a4a62dbd3d6f2ef81ffc02fdef3d605fb8d93 (patch) | |
tree | e67bc526d6fd7d29736f45ad41c5b939dd60491a /sql | |
parent | 3ee39ce5b7425a363d225ffc81d41f88edfe5968 (diff) |
DB: Add a missing action_param to the previous commit
Gobs always requires respawn time with the action 41, otherwise they will never respawn
(cherry picked from commit 9f59fb54fc16e06f81a1e99df4076c939bdb3339)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql b/sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql new file mode 100644 index 00000000000..713a4d5d89a --- /dev/null +++ b/sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=180 WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id` IN (7); |