diff options
| author | furion <furion@trinitycore.contrib> | 2012-02-05 14:46:49 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-02-05 14:46:49 +0000 |
| commit | 1479a3e51809b62795c364a2ed4bb6f46e4deb73 (patch) | |
| tree | 676467c8e40746073e7c9ad924b6177a0b356f7f | |
| parent | a18dceb009d87625713d557a9a972cf7035000bf (diff) | |
DB/Game Event: Also update length of Love is in the Air (5 days -> 14 days)
| -rw-r--r-- | sql/updates/world/2012_02_05_03_world_game_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_05_03_world_game_event.sql b/sql/updates/world/2012_02_05_03_world_game_event.sql new file mode 100644 index 00000000000..accc9643f38 --- /dev/null +++ b/sql/updates/world/2012_02_05_03_world_game_event.sql @@ -0,0 +1 @@ +UPDATE `game_event` SET `lenght`=20160 WHERE `eventEntry`=8; -- Love is in the Air |
