diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-12-04 22:35:44 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-12-04 22:35:44 +0100 |
| commit | c2984e3dbc08435ab359fb47e0931650f8a97733 (patch) | |
| tree | f63a00e137c39e6f90f7335152cbb77e9fd35683 /sql | |
| parent | a3c8debe2e5336a06758a83e6af001161a0041f9 (diff) | |
Core/RBAC: Fix typo
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_12_04_01_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_12_04_01_world_misc.sql b/sql/updates/world/2013_12_04_01_world_misc.sql index 93ebd81665d..15cd150f942 100644 --- a/sql/updates/world/2013_12_04_01_world_misc.sql +++ b/sql/updates/world/2013_12_04_01_world_misc.sql @@ -1,4 +1,4 @@ -Quest 10594 "Gauging the Resonant Frequency" +-- Quest 10594 "Gauging the Resonant Frequency" -- Add creature script UPDATE creature_template SET ScriptName = 'npc_oscillating_frequency_scanner_master_bunny' WHERE entry=21760; |
