diff options
author | Killyana <morphone1@gmail.com> | 2016-04-28 18:15:43 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-28 18:15:43 +0200 |
commit | e130593e85477f204a93f4c1f805ef45b6ed0c2b (patch) | |
tree | 14d3141408a874d98306af14f9886d62937535c4 | |
parent | 3b925ab97f50ae23436ea8ab983a13c78050c24d (diff) |
DB/Script: The Etymidian
Fix Meeting a Great One quest
-rw-r--r-- | sql/updates/world/3.3.5/2016_04_28_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_04_28_00_world.sql b/sql/updates/world/3.3.5/2016_04_28_00_world.sql new file mode 100644 index 00000000000..377f019f899 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_28_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `ScriptName`="" WHERE `entry`=28033; +UPDATE `creature_template` SET `ScriptName`="npc_the_etymidian" WHERE `entry`=28092; |