diff options
| author | Tartalo <none@none> | 2010-03-21 21:56:49 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-03-21 21:56:49 +0100 |
| commit | daf5ce32aaf106e0114cddbc76ee83424dd7c14c (patch) | |
| tree | 664ac78cd105e5d9402e3fff6a7dccf14d82b9a3 /sql/updates | |
| parent | fd3b4ec90827839857a6550bf6c5b5ec4a3d32ea (diff) | |
Add missing sql assign from oculus patch. ty kiper
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7665_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7665_world_scriptname.sql b/sql/updates/7665_world_scriptname.sql new file mode 100644 index 00000000000..d049751b323 --- /dev/null +++ b/sql/updates/7665_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_unstable_sphere' WHERE `entry`=28166; |
