diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-17 01:12:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-17 01:12:50 +0200 |
| commit | 5bf88a0e9f8c93d49fefc482266c0d4bffa3060f (patch) | |
| tree | de533eea575d04997a4819f39c7c238b807675cf | |
| parent | 551a8ff8ae4c5949bd5ff47c0544713e405bedce (diff) | |
DB/Creature: remove wrong text from NPC Argos Nightwhisper.
Closes #18088.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_17_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql b/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql new file mode 100644 index 00000000000..fb3d504ba26 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=2 WHERE `entry`=4984; +DELETE FROM `gossip_menu` WHERE `entry`=12093; +DELETE FROM `npc_text` WHERE `id`=16981; |
