diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-02 19:54:25 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-02 19:54:25 +0200 |
| commit | 4322a0dc372c2c6f6e2b291f68d7a5cafafc8f86 (patch) | |
| tree | ac29828151723ff15c2164c8c6a56feef269e042 | |
| parent | 6a471755231eb6481c7ce2091b58755b10373acc (diff) | |
DB/Quests: Fix half sleep fail in 6a471755231eb6481c7ce2091b58755b10373acc
| -rw-r--r-- | sql/updates/world/2014_10_02_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_02_00_world.sql b/sql/updates/world/2014_10_02_00_world.sql new file mode 100644 index 00000000000..56b64e95517 --- /dev/null +++ b/sql/updates/world/2014_10_02_00_world.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `SpecialFlags`=1 WHERE `Id` = 11293; |
