diff options
| author | Spp <none@none> | 2010-04-30 13:32:14 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-30 13:32:14 +0200 |
| commit | ce1f99cbe0404a325716d8231b3cf3dd4d3a558c (patch) | |
| tree | 85992cf5fd6cfb030c22639dd7d43d7aeca3e8e8 /sql/updates | |
| parent | 7f81217d68b3379dd681f7129c432f79341cd3c5 (diff) | |
Implementation of Tabard vendor
Patch by etznab
Closes issue 908
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8041_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8041_world_scriptname.sql b/sql/updates/8041_world_scriptname.sql new file mode 100644 index 00000000000..b08f7dbd131 --- /dev/null +++ b/sql/updates/8041_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_tabard_vendor' WHERE `entry`=28776; |
