fix(DB/SAI): Sand Sifter and Hai'shulud despawning after 1 minute (#16759)
* fix(DB/SmartScript): Fix worms despawning after 1 minute * Update fumper.sql * Update data/sql/updates/pending_db_world/fumper.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> * Update fumper.sql * Update data/sql/updates/pending_db_world/fumper.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
parent
79b304cf08
commit
fb2e8527f3
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/fumper.sql
Normal file
2
data/sql/updates/pending_db_world/fumper.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22038, 22482) AND (`source_type` = 0) AND (`id` IN (12));
|
||||
Loading…
Add table
Add a link
Reference in a new issue