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:
Necropola
2021-06-16 20:16:46 +02:00
committed by GitHub
parent 6d2041c0a2
commit d6841f7267

View File

@@ -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;