mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
fix(DB/SAI): Remove despawn event from Lorgus Jett (#6289)
- Closes #6286 - Closes https://github.com/chromiecraft/chromiecraft/issues/823
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623254092348182246');
|
||||
|
||||
-- Delete despawn event from SmartAI of Lorgus Jett
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=12902 AND `id`=0;
|
||||
Reference in New Issue
Block a user