aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-07 18:10:20 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-07 18:11:28 +0100
commit3199c9d56391fd8cdaa0aebceea29292fdf0ee03 (patch)
tree6867b837769f4d864f1bc097ce1776542f31acfe /sql
parentd96f80cc5d10ae63575a95c05dd31d1b8b29a55f (diff)
SQL:
- Fix startup errors - Rename SQLs in correct name
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_07_02_world_tracker_pitcrawler.sql (renamed from sql/updates/world/2012_12_07_02_Tracker_Pitcrawler.sql)0
-rw-r--r--sql/updates/world/2012_12_07_03_world_tracker_trista.sql (renamed from sql/updates/world/2012_12_07_03_Tracker_Trista.sql)0
-rw-r--r--sql/updates/world/2012_12_07_04_world_misc.sql5
3 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_07_02_Tracker_Pitcrawler.sql b/sql/updates/world/2012_12_07_02_world_tracker_pitcrawler.sql
index 345a61cb7f5..345a61cb7f5 100644
--- a/sql/updates/world/2012_12_07_02_Tracker_Pitcrawler.sql
+++ b/sql/updates/world/2012_12_07_02_world_tracker_pitcrawler.sql
diff --git a/sql/updates/world/2012_12_07_03_Tracker_Trista.sql b/sql/updates/world/2012_12_07_03_world_tracker_trista.sql
index b717f4e53e8..b717f4e53e8 100644
--- a/sql/updates/world/2012_12_07_03_Tracker_Trista.sql
+++ b/sql/updates/world/2012_12_07_03_world_tracker_trista.sql
diff --git a/sql/updates/world/2012_12_07_04_world_misc.sql b/sql/updates/world/2012_12_07_04_world_misc.sql
new file mode 100644
index 00000000000..fb4c466d91c
--- /dev/null
+++ b/sql/updates/world/2012_12_07_04_world_misc.sql
@@ -0,0 +1,5 @@
+DELETE FROM `creature_ai_scripts` WHERE `creature_id` =19255;
+
+UPDATE `conditions` SET `ErrorType`=173,`ErrorTextId`=0 WHERE `SourceTypeOrReferenceId` =17 AND `SourceEntry`=74222;
+
+UPDATE `quest_template` SET `SpecialFlags`=`SpecialFlags` |0x1 WHERE `Id` IN (9884,9885,9886,9887);