diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-09-03 16:11:18 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-09-03 16:11:18 -0500 |
| commit | c0b031af4d3e8de03be491156dd13ac78f6770dc (patch) | |
| tree | 0749886a3010266dec9ce81b489306f7df56c903 /sql | |
| parent | a9e672ab1d33a3502381d4b33f679a9d1f1f2087 (diff) | |
| parent | b979e81dde4185d272f7d22d4e252e4ecc59b280 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
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; |
