From 277334fc41d3c424d9a92c257bb6c80f7592f968 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 23 Oct 2008 22:04:14 -0500 Subject: [svn] Fix cloak of shadow, can remove fairy fire now. Add yells to High King Maulgar. Patch provided by riddick. Script for Prince Malchezaar Doors. Patch provided by BroodWyrm. Bug fix for Selin Fireheart. Patch provided by BroodWyrm. Arcane Charges only while on flightpath. Patch provided by SLG. --HG-- branch : trunk --- src/bindings/scripts/sql/Updates/r112_trinity.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/bindings/scripts/sql/Updates/r112_trinity.sql (limited to 'src/bindings/scripts/sql/Updates') diff --git a/src/bindings/scripts/sql/Updates/r112_trinity.sql b/src/bindings/scripts/sql/Updates/r112_trinity.sql new file mode 100644 index 00000000000..2d2412c395b --- /dev/null +++ b/src/bindings/scripts/sql/Updates/r112_trinity.sql @@ -0,0 +1,2 @@ +UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475'; +UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; \ No newline at end of file -- cgit v1.2.3