diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-09-04 01:04:31 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-09-04 01:04:31 +0100 |
| commit | fa29f1bb279b098d0719ce932b558a198705be94 (patch) | |
| tree | f0e21697a354cfff8062476c05c1a13bb876dc09 /sql | |
| parent | 25cc49b489c0e58fa621c65f187740f871598744 (diff) | |
| parent | b2bcc52fdaaef8752e72dbff9e300f168bf9a110 (diff) | |
Merge remote-tracking branch 'origin/master' into 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_09_03_01_world_gameobject_template.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2012_09_03_02_world_quest_template.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_03_01_world_gameobject_template.sql b/sql/updates/world/2012_09_03_01_world_gameobject_template.sql new file mode 100644 index 00000000000..ff0907eee6e --- /dev/null +++ b/sql/updates/world/2012_09_03_01_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=186371; -- Zeppelin diff --git a/sql/updates/world/2012_09_03_02_world_quest_template.sql b/sql/updates/world/2012_09_03_02_world_quest_template.sql new file mode 100644 index 00000000000..0c0a7ce4e40 --- /dev/null +++ b/sql/updates/world/2012_09_03_02_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Stalk the Stalker (9719) quest requirements fix +UPDATE `quest_template` SET `RequiredRaces` = 0 WHERE `Id` = 9719; |
