From 6a0a4a62dbd3d6f2ef81ffc02fdef3d605fb8d93 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 13 Feb 2018 01:55:03 +0100 Subject: 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) --- sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_06_20_03_world_2018_02_13_02_world.sql (limited to 'sql') 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); -- cgit v1.2.3