mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO version_db_world(sql_rev) VALUES ('1522263653566045620');
|
||||
|
||||
DELETE FROM `areatrigger` WHERE map IN (24,28);
|
||||
Reference in New Issue
Block a user