aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/146_world.sql
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-06 10:27:58 -0600
committermegamage <none@none>2008-11-06 10:27:58 -0600
commit43910434c5eb2240dc4b4585ccbb5f95fa399d53 (patch)
tree3dd9f0bc0c9bdc5d6d3ab84585d9c2dea50cd2ef /sql/updates/146_world.sql
parent5746d0e98d8a5c4af96102835d501c47ed370def (diff)
[svn] Rewrite canSeeOrDetect function.
Minor change on trigger creatures. Remove some unused hacks in scripts. --HG-- branch : trunk
Diffstat (limited to 'sql/updates/146_world.sql')
-rw-r--r--sql/updates/146_world.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/updates/146_world.sql b/sql/updates/146_world.sql
index 9bfdb2f9be3..5685d9e3fc2 100644
--- a/sql/updates/146_world.sql
+++ b/sql/updates/146_world.sql
@@ -1,5 +1,3 @@
-update creature_template set spell1 = 40836, flags_extra = 128, scriptname = '' where entry = 23336;
-
DROP TABLE IF EXISTS `spell_linked_spell`;
CREATE TABLE `spell_linked_spell` (
`spell_trigger` int(10) NOT NULL,