mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SAI): Make sure Lurker archers don't move after spawning (#18184)
init
This commit is contained in:
2
data/sql/updates/pending_db_world/lurker-adds.sql
Normal file
2
data/sql/updates/pending_db_world/lurker-adds.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0 WHERE `entryorguid` = 21865 AND `source_type` = 0 AND `id` = 0;
|
||||
Reference in New Issue
Block a user