diff options
| author | maximius <none@none> | 2009-11-21 19:25:29 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-21 19:25:29 -0800 |
| commit | 946a32a6ba2a5d5b7de0bec2642885501c8db97e (patch) | |
| tree | 8dd571320187e9edf6e16f989fdecc7406ef6973 /sql/updates | |
| parent | 2b8e315218a1b423bad2c3525f63f75aa7fd2f95 (diff) | |
*Implement Blood Filled Orb GO script, for quest The Path of the Adept. Closes #290
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6357_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6357_world_scripts.sql b/sql/updates/6357_world_scripts.sql new file mode 100644 index 00000000000..daacbabd05a --- /dev/null +++ b/sql/updates/6357_world_scripts.sql @@ -0,0 +1,2 @@ + +UPDATE `gameobject_template` SET `ScriptName`='go_blood_filled_orb' WHERE `entry`=182024; |
