diff options
| author | maximius <none@none> | 2009-10-15 11:50:11 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-15 11:50:11 -0700 |
| commit | 73fd09f4d64aacc5ca50a3ddb95a035047968ba7 (patch) | |
| tree | 449501990a67b0296b5d6ffc36f0c1884d2037c7 /sql/updates | |
| parent | 4159903fadb29007c09016defc43443493467806 (diff) | |
*Cleanup, fix a lot of potential crashes and typos.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5908_world_script.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/5908_world_script.sql b/sql/updates/5908_world_script.sql index 9b02c9c6fb1..15417eef2f1 100644 --- a/sql/updates/5908_world_script.sql +++ b/sql/updates/5908_world_script.sql @@ -1,2 +1,2 @@ -UPDATE `creature_template` SET `ScriptName`='npc_apothecary_hanes'; +UPDATE `creature_template` SET `ScriptName`='npc_apothecary_hanes' WHERE `entry`=23784; |
