diff options
| author | Machiavelli <none@none> | 2010-03-19 22:06:38 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-03-19 22:06:38 +0100 |
| commit | b6258cf1cffdf3ac5b64f0d92bc825c989703208 (patch) | |
| tree | bfb8549a100b09f84c3c09895d1748abf44c3255 | |
| parent | 86a33aa5388ebf2dfa80d828080c67cfc6ca272b (diff) | |
Fix SQL yet again, thanks Trazom. (My apologies)
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/7625_world_scriptname.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7625_world_scriptname.sql b/sql/updates/7625_world_scriptname.sql index ba4f132f22f..ac0de6986ac 100644 --- a/sql/updates/7625_world_scriptname.sql +++ b/sql/updates/7625_world_scriptname.sql @@ -1 +1 @@ -UPDATE `instance_template` SET `cript`='instance_zulfarrak' WHERE `map`=209; +UPDATE `instance_template` SET `script`='instance_zulfarrak' WHERE `map`=209; |
