From 273ffb5d0cca78c27c405ba922f176ecc6a4e959 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 30 Aug 2016 15:42:18 +0200 Subject: [PATCH] [DB] Importing pending sql --- .../2016_08_27_01.sql => db_world/2016_08_30_00.sql} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename data/sql/updates/{pending_db_world/2016_08_27_01.sql => db_world/2016_08_30_00.sql} (77%) diff --git a/data/sql/updates/pending_db_world/2016_08_27_01.sql b/data/sql/updates/db_world/2016_08_30_00.sql similarity index 77% rename from data/sql/updates/pending_db_world/2016_08_27_01.sql rename to data/sql/updates/db_world/2016_08_30_00.sql index 32be61bf0..172e99770 100644 --- a/data/sql/updates/pending_db_world/2016_08_27_01.sql +++ b/data/sql/updates/db_world/2016_08_30_00.sql @@ -1,3 +1,9 @@ +-- DB update 2016_08_26_00 -> 2016_08_30_00 +START TRANSACTION; +ALTER TABLE version_db_world CHANGE COLUMN 2016_08_26_00 2016_08_30_00 bit; +-- +-- START UPDATING QUERIES +-- /* Issue: Not work quest id 10990 10991 10992 #114 NPCs spawns are inside the Gobjs @@ -8,4 +14,7 @@ DELETE FROM smart_scripts WHERE entryorguid IN (185551,185547,185553) AND source INSERT INTO smart_scripts VALUES (185551,1,0,0,70,0,100,0,2,0,0,0,12,22992,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Activate - Summon Creature 22992"), (185547,1,0,0,70,0,100,0,2,0,0,0,12,22993,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Eagle Shrine - On Gossip Hello - Summon Creature 22993"), -(185553,1,0,0,70,0,100,0,2,0,0,0,12,22994,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Gossip Hello - Summon Creature 22994"); \ No newline at end of file +(185553,1,0,0,70,0,100,0,2,0,0,0,12,22994,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Gossip Hello - Summon Creature 22994");-- +-- END UPDATING QUERIES +-- +COMMIT;