mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB: Add a missing action_param to the previous commit
Gobs always requires respawn time with the action 41, otherwise they will never respawn
This commit is contained in:
2
sql/updates/world/3.3.5/2018_02_13_02_world.sql
Normal file
2
sql/updates/world/3.3.5/2018_02_13_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1`=180 WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id` IN (7);
|
||||
Reference in New Issue
Block a user