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:
parent
6d2041c0a2
commit
d6841f7267
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue