diff options
author | click <clickvd@gonnamakeyou.com> | 2011-05-25 17:40:50 +0200 |
---|---|---|
committer | click <clickvd@gonnamakeyou.com> | 2011-05-25 17:40:50 +0200 |
commit | 36ff46aee2563b69a721a3c432b94fd2d1eeebd3 (patch) | |
tree | 32bf19f3448d26269fe7d3cb1aeac1e6601b5c7b | |
parent | a1b8fd2054eb705f32dea20fa27ded4624e49f57 (diff) |
Scripts/Database: Remove the texts used in npc_inquisitor_hallard as well (blame Malcrom for being slow :D)
-rw-r--r-- | sql/updates/world/2011_05_24_19_world_script_texts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_24_19_world_script_texts.sql b/sql/updates/world/2011_05_24_19_world_script_texts.sql new file mode 100644 index 00000000000..9a047ef6439 --- /dev/null +++ b/sql/updates/world/2011_05_24_19_world_script_texts.sql @@ -0,0 +1,2 @@ +-- Remove Script text for Inquisitor Hallard +DELETE FROM `script_texts` WHERE `npc_entry`=27316; |