diff options
author | Anubisss <none@none> | 2009-07-23 21:16:37 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-07-23 21:16:37 +0200 |
commit | 8b256915414ca3d6c0d74ad36fd2cfef6909cfbf (patch) | |
tree | 758ba00e2d2e4b0450677d88df7302b2d0919611 | |
parent | a7832a632b79965bfa0e18686dd03ce8201c9a85 (diff) |
*Fix a typo.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/4549_world_script.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/4549_world_script.sql b/sql/updates/4549_world_script.sql index 88c24c3659d..b020a560cec 100644 --- a/sql/updates/4549_world_script.sql +++ b/sql/updates/4549_world_script.sql @@ -1,4 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_khunok_the_behemoth' WHERE (`entry`='25862'); ---- DB CONTENT ---- +-- DB CONTENT -- UPDATE `quest_template` SET `SrcSpell`='46232' WHERE (`entry`='11878'); |