diff options
| author | Machiavelli <none@none> | 2010-03-19 21:38:07 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-03-19 21:38:07 +0100 |
| commit | 3ae5a4094e51f03141663d1a22e7bbc574957434 (patch) | |
| tree | a683f59d7193d9a5a8bcd6a57ee38f9953c3012b /sql/updates | |
| parent | 0c6368bd39bb129648ef0c9c9ed902e2484a4d8b (diff) | |
Implement instance script for Zul'Farrak and prevent Gahz'Rilla from being summoned multiple times.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7625_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7625_world_scriptname.sql b/sql/updates/7625_world_scriptname.sql new file mode 100644 index 00000000000..73007ac11db --- /dev/null +++ b/sql/updates/7625_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `instance_template` SET `ScriptName`='instance_zulfarrak' WHERE `map`=209; |
