diff options
| author | Kudlaty <none@none> | 2009-07-23 20:04:58 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-07-23 20:04:58 +0200 |
| commit | a7832a632b79965bfa0e18686dd03ce8201c9a85 (patch) | |
| tree | c27bc578fb0c735444cb98960618d1c8cc85065c /sql/updates | |
| parent | 95b5da8cdfd38321cb438a002eb2d041d5fabb94 (diff) | |
Script for quest 11878. Author: Drethek
Missing update of *full.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4549_world_script.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4549_world_script.sql b/sql/updates/4549_world_script.sql new file mode 100644 index 00000000000..88c24c3659d --- /dev/null +++ b/sql/updates/4549_world_script.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `ScriptName`='npc_khunok_the_behemoth' WHERE (`entry`='25862'); + +--- DB CONTENT ---- +UPDATE `quest_template` SET `SrcSpell`='46232' WHERE (`entry`='11878'); |
