diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-03-08 11:07:47 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-03-08 11:07:47 -0300 |
| commit | 887583bf092bf3956db493c259d7c5c14c2b5eff (patch) | |
| tree | d21b1e7a6ed449037108116bba982cdca5ea72eb /sql/updates | |
| parent | f63ee4050c708c84b7db068125feba748ef9f60d (diff) | |
Support for quest Doing your Duty by Malcrom. Thanks to Supabad.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7500_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7500_world_scriptname.sql b/sql/updates/7500_world_scriptname.sql new file mode 100644 index 00000000000..5b309f48da7 --- /dev/null +++ b/sql/updates/7500_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `ScriptName`= 'go_amberpine_outhouse' WHERE `entry`=188666; +UPDATE `creature_template` SET `ScriptName`= 'npc_outhouse_bunny' WHERE `entry`=27326;
\ No newline at end of file |
