DB - Areatrigger - Removes warnings when booting the server (#819)
* DB - Areatrigger - Removes warnings when booting the server There are 3 triggers that are from the areatrigger.dbc which are useless since the linked maps don't exist. It's probably a mistake from blizz. * Wrong database chosen...
This commit is contained in:
parent
582abe1541
commit
5133af7b87
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO version_db_world(sql_rev) VALUES ('1522263653566045620');
|
||||
|
||||
DELETE FROM `areatrigger` WHERE map IN (24,28);
|
||||
Loading…
Add table
Add a link
Reference in a new issue