From 3cf55bd2c10b6e4bfd60175d3310f24ff523598e Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 13 Feb 2018 01:55:03 +0100 Subject: [PATCH] DB: Add a missing action_param to the previous commit Gobs always requires respawn time with the action 41, otherwise they will never respawn --- sql/updates/world/3.3.5/2018_02_13_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_13_02_world.sql diff --git a/sql/updates/world/3.3.5/2018_02_13_02_world.sql b/sql/updates/world/3.3.5/2018_02_13_02_world.sql new file mode 100644 index 00000000000..713a4d5d89a --- /dev/null +++ b/sql/updates/world/3.3.5/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);