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:
Barbz
2018-03-29 18:33:55 +02:00
committed by Lee
parent 582abe1541
commit 5133af7b87

View File

@@ -0,0 +1,3 @@
INSERT INTO version_db_world(sql_rev) VALUES ('1522263653566045620');
DELETE FROM `areatrigger` WHERE map IN (24,28);