diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-01 20:53:16 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-01 20:53:16 +0200 |
| commit | 635756018658e9ca4ca8a365a320e35737024216 (patch) | |
| tree | 756f0a1c911661ea379ea0e31f0cadb1c0f20666 /sql/updates | |
| parent | b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (diff) | |
Core/Spells: Added hack for "There and Back Again" quest credit (for alliance-side) (meh, blizzard :/)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_10_01_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_01_00_world.sql b/sql/updates/world/2014_10_01_00_world.sql new file mode 100644 index 00000000000..2fc49640c60 --- /dev/null +++ b/sql/updates/world/2014_10_01_00_world.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `SpecialFlags`=0 WHERE `Id` = 11122; |
